pub unsafe extern "C" fn IOServiceAddInterestNotification(
    notifyPort: IONotificationPortRef,
    service: io_service_t,
    interestType: *mut c_char,
    callback: IOServiceInterestCallback,
    refCon: *mut c_void,
    notification: *mut io_object_t
) -> kern_return_t