pub unsafe extern "C-unwind" fn CMSampleBufferCreate(
allocator: Option<&CFAllocator>,
data_buffer: Option<&CMBlockBuffer>,
data_ready: bool,
make_data_ready_callback: CMSampleBufferMakeDataReadyCallback,
make_data_ready_refcon: *mut c_void,
format_description: Option<&CMFormatDescription>,
num_samples: CMItemCount,
num_sample_timing_entries: CMItemCount,
sample_timing_array: *const CMSampleTimingInfo,
num_sample_size_entries: CMItemCount,
sample_size_array: *const usize,
sample_buffer_out: NonNull<*mut CMSampleBuffer>,
) -> i32👎Deprecated: renamed to
CMSampleBuffer::createAvailable on crate features
CMBase and CMBlockBuffer and CMFormatDescription and CMSampleBuffer and CMTime only.