IORegistryEntryGetProperty

Function IORegistryEntryGetProperty 

Source
pub unsafe extern "C-unwind" fn IORegistryEntryGetProperty(
    entry: io_registry_entry_t,
    property_name: *mut [c_char; 128],
    buffer: *mut [c_char; 4096],
    size: *mut u32,
) -> kern_return_t
Available on crate feature libc only.