pub unsafe extern "C-unwind" fn IOCreatePlugInInterfaceForService(
service: io_service_t,
plugin_type: Option<&CFUUID>,
interface_type: Option<&CFUUID>,
the_interface: *mut *mut *mut IOCFPlugInInterface,
the_score: *mut i32,
) -> kern_return_tAvailable on crate feature
libc only.Expand description
ยงSafety
plugin_typemight not allowNone.interface_typemight not allowNone.the_interfacemust be a valid pointer.the_scoremust be a valid pointer.