pub unsafe extern "C-unwind" fn CFDateFormatterGetAbsoluteTimeFromString(
formatter: &CFDateFormatter,
string: Option<&CFString>,
rangep: *mut CFRange,
atp: *mut CFAbsoluteTime,
) -> bool
👎Deprecated: renamed to
CFDateFormatter::absolute_time_from_string
Available on crate features
CFDate
and CFDateFormatter
only.