pub unsafe extern "C-unwind" fn CFUserNotificationCreate(
allocator: Option<&CFAllocator>,
timeout: CFTimeInterval,
flags: CFOptionFlags,
error: *mut i32,
dictionary: Option<&CFDictionary>,
) -> Option<CFRetained<CFUserNotification>>
Available on crate features
CFBase
and CFDate
and CFDictionary
and CFUserNotification
only.