pub extern "C-unwind" fn CFStringCreateArrayBySeparatingStrings(
alloc: Option<&CFAllocator>,
the_string: Option<&CFString>,
separator_string: Option<&CFString>,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to
CFString::new_array_by_separating_strings
Available on crate features
CFArray
and CFString
only.