pub unsafe extern "C" fn CMVideoFormatDescriptionCreateFromH264ParameterSets(
allocator: CFAllocatorRef,
parameterSetCount: usize,
parameterSetPointers: *const *const u8,
parameterSetSizes: *const usize,
NALUnitHeaderLength: c_int,
formatDescriptionOut: *mut CMFormatDescriptionRef,
) -> OSStatusExpand description
Apple SDK function CMVideoFormatDescriptionCreateFromH264ParameterSets.