IOURLWriteDataAndPropertiesToResource

Function IOURLWriteDataAndPropertiesToResource 

Source
pub unsafe extern "C-unwind" fn IOURLWriteDataAndPropertiesToResource(
    url: Option<&CFURL>,
    data_to_write: Option<&CFData>,
    properties_to_write: Option<&CFDictionary>,
    error_code: *mut i32,
) -> bool
Expand description

ยงSafety

  • url might not allow None.
  • data_to_write might not allow None.
  • properties_to_write generics must be of the correct type.
  • properties_to_write might not allow None.
  • error_code must be a valid pointer.