pub unsafe extern "C-unwind" fn CMMetadataCreateKeySpaceFromIdentifier(
allocator: Option<&CFAllocator>,
identifier: &CFString,
key_space_out: NonNull<*const CFString>,
) -> i32Available on crate feature
CMMetadata only.Expand description
Creates a copy of the key value that was encoded in the identifier as CFData.
ยงSafety
key_space_out must be a valid pointer.