pub unsafe fn ffi_func()
๐Deprecated since 0.9.0: Using automock directly on an extern block is deprecated. Instead, wrap the extern block in a module, and automock that, like #[automock] mod ffi { extern โCโ { fn foo โฆ } }
Expand description
A foreign โCโ function.