wrap_libc_call

Function wrap_libc_call 

Source
fn wrap_libc_call<T: PartialEq>(f: &dyn Fn() -> T, expect: T) -> Result<()>