CFURLWriteDataAndPropertiesToResource

Function CFURLWriteDataAndPropertiesToResource 

Source
pub unsafe extern "C-unwind" fn CFURLWriteDataAndPropertiesToResource(
    url: &CFURL,
    data_to_write: Option<&CFData>,
    properties_to_write: Option<&CFDictionary>,
    error_code: *mut i32,
) -> bool
👎Deprecated: renamed to CFURL::write_data_and_properties_to_resource
Available on crate features CFData and CFDictionary and CFURL and CFURLAccess only.