pub unsafe extern "C-unwind" fn CFDateFormatterCreateStringWithDate(
allocator: Option<&CFAllocator>,
formatter: Option<&CFDateFormatter>,
date: Option<&CFDate>,
) -> Option<CFRetained<CFString>>
👎Deprecated: renamed to
CFDateFormatter::new_string_with_date
Available on crate features
CFDate
and CFDateFormatter
only.