pub unsafe extern "C-unwind" fn IOURLWriteDataAndPropertiesToResource(
url: Option<&CFURL>,
data_to_write: Option<&CFData>,
properties_to_write: Option<&CFDictionary>,
error_code: *mut i32,
) -> boolExpand description
ยงSafety
urlmight not allowNone.data_to_writemight not allowNone.properties_to_writegenerics must be of the correct type.properties_to_writemight not allowNone.error_codemust be a valid pointer.