Skip to main content

CFStringCreateCopy

Function CFStringCreateCopy 

Source
pub extern "C-unwind" fn CFStringCreateCopy(
    alloc: Option<&CFAllocator>,
    the_string: Option<&CFString>,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFString::new_copy

Available on crate feature CFString only.