CFDateFormatterCreateDateFromString

Function CFDateFormatterCreateDateFromString 

Source
pub unsafe extern "C-unwind" fn CFDateFormatterCreateDateFromString(
    allocator: Option<&CFAllocator>,
    formatter: Option<&CFDateFormatter>,
    string: Option<&CFString>,
    rangep: *mut CFRange,
) -> Option<CFRetained<CFDate>>
👎Deprecated: renamed to CFDateFormatter::new_date_from_string
Available on crate features CFDate and CFDateFormatter only.