Skip to main content

CFURLCreateFilePathURL

Function CFURLCreateFilePathURL 

Source
pub unsafe extern "C-unwind" fn CFURLCreateFilePathURL(
    allocator: Option<&CFAllocator>,
    url: Option<&CFURL>,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFURL>>
👎Deprecated:

renamed to CFURL::new_file_path_url

Available on crate features CFError and CFURL only.