IOOpenFirmwarePathMatching

Function IOOpenFirmwarePathMatching 

Source
pub unsafe extern "C-unwind" fn IOOpenFirmwarePathMatching(
    main_port: mach_port_t,
    options: u32,
    path: *const c_char,
) -> Option<CFRetained<CFMutableDictionary>>
๐Ÿ‘ŽDeprecated
Available on crate feature libc only.
Expand description

ยงSafety

  • path must be a valid pointer.
  • The returned generics must be of the correct type.