Skip to main content

CFLocaleCreateCopy

Function CFLocaleCreateCopy 

Source
pub extern "C-unwind" fn CFLocaleCreateCopy(
    allocator: Option<&CFAllocator>,
    locale: Option<&CFLocale>,
) -> Option<CFRetained<CFLocale>>
👎Deprecated:

renamed to CFLocale::new_copy

Available on crate feature CFLocale only.