Function CFUserNotificationCreateRunLoopSource

Source
pub unsafe extern "C-unwind" fn CFUserNotificationCreateRunLoopSource(
    allocator: Option<&CFAllocator>,
    user_notification: Option<&CFUserNotification>,
    callout: CFUserNotificationCallBack,
    order: CFIndex,
) -> Option<CFRetained<CFRunLoopSource>>
Available on crate features CFBase and CFRunLoop and CFUserNotification only.