Skip to main content

CFTimeZoneCreate

Function CFTimeZoneCreate 

Source
pub unsafe extern "C-unwind" fn CFTimeZoneCreate(
    allocator: Option<&CFAllocator>,
    name: Option<&CFString>,
    data: Option<&CFData>,
) -> Option<CFRetained<CFTimeZone>>
👎Deprecated:

renamed to CFTimeZone::new

Available on crate features CFData and CFDate and CFTimeZone only.