pub unsafe extern "C" fn IOServiceAddMatchingNotification(
    notifyPort: IONotificationPortRef,
    notificationType: *mut c_char,
    matching: CFDictionaryRef,
    callback: IOServiceMatchingCallback,
    refCon: *mut c_void,
    notification: *mut io_iterator_t
) -> kern_return_t