Function IOURLCreateDataAndPropertiesFromResource
Source pub unsafe extern "C-unwind" fn IOURLCreateDataAndPropertiesFromResource(
alloc: Option<&CFAllocator>,
url: Option<&CFURL>,
resource_data: *mut *const CFData,
properties: *mut *const CFDictionary,
desired_properties: Option<&CFArray>,
error_code: *mut i32,
) -> bool
Expand description
ยงSafety
alloc might not allow None.
url might not allow None.
resource_data must be a valid pointer.
properties must be a valid pointer.
desired_properties generic must be of the correct type.
desired_properties might not allow None.
error_code must be a valid pointer.