Skip to main content

CFURLCreateWithString

Function CFURLCreateWithString 

Source
pub extern "C-unwind" fn CFURLCreateWithString(
    allocator: Option<&CFAllocator>,
    url_string: Option<&CFString>,
    base_url: Option<&CFURL>,
) -> Option<CFRetained<CFURL>>
👎Deprecated:

renamed to CFURL::__from_string

Available on crate feature CFURL only.