pub unsafe extern "C-unwind" fn CFRunLoopSourceCreate(
allocator: Option<&CFAllocator>,
order: CFIndex,
context: *mut CFRunLoopSourceContext,
) -> Option<CFRetained<CFRunLoopSource>>
👎Deprecated: renamed to
CFRunLoopSource::new
Available on crate feature
CFRunLoop
only.