IOCreatePlugInInterfaceForService

Function IOCreatePlugInInterfaceForService 

Source
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_t
Available on crate feature libc only.
Expand description

ยงSafety

  • plugin_type might not allow None.
  • interface_type might not allow None.
  • the_interface must be a valid pointer.
  • the_score must be a valid pointer.