pub unsafe extern "C-unwind" fn CMMetadataFormatDescriptionCreateWithMetadataSpecifications(
allocator: Option<&CFAllocator>,
metadata_type: CMMetadataFormatType,
metadata_specifications: &CFArray,
format_description_out: NonNull<*const CMMetadataFormatDescription>,
) -> i32Available on crate feature
CMFormatDescription only.Expand description
ยงSafety
metadata_specificationsgeneric must be of the correct type.format_description_outmust be a valid pointer.