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