pub unsafe extern "C-unwind" fn CFNumberFormatterCreateNumberFromString(
allocator: Option<&CFAllocator>,
formatter: Option<&CFNumberFormatter>,
string: Option<&CFString>,
rangep: *mut CFRange,
options: CFOptionFlags,
) -> Option<CFRetained<CFNumber>>
Available on crate features
CFBase
and CFNumber
and CFNumberFormatter
only.