pub fn run_tests(funcs: &CAbiTestingFns) -> Result<(), LibraryError>
Expand description
Tests that the abi (as defined by the compiler) of the functions in CAbiTestingFns is the same as the caller’s.
pub fn run_tests(funcs: &CAbiTestingFns) -> Result<(), LibraryError>
Tests that the abi (as defined by the compiler) of the functions in CAbiTestingFns is the same as the caller’s.