pub extern "C-unwind" fn SCDynamicStoreCreateRunLoopSource(
allocator: Option<&CFAllocator>,
store: &SCDynamicStore,
order: CFIndex,
) -> Option<CFRetained<CFRunLoopSource>>
👎Deprecated: renamed to
SCDynamicStore::new_run_loop_source
Available on crate feature
SCDynamicStore
only.