pub unsafe extern "C-unwind" fn CFNumberFormatterCreate(
allocator: Option<&CFAllocator>,
locale: Option<&CFLocale>,
style: CFNumberFormatterStyle,
) -> Option<CFRetained<CFNumberFormatter>>
Available on crate features
CFBase
and CFLocale
and CFNumberFormatter
only.