pub unsafe extern "C-unwind" fn IOURLCreatePropertyFromResource(
alloc: Option<&CFAllocator>,
url: Option<&CFURL>,
property: Option<&CFString>,
error_code: *mut i32,
) -> Option<CFRetained<CFType>>Expand description
ยงSafety
allocmight not allowNone.urlmight not allowNone.propertymight not allowNone.error_codemust be a valid pointer.