pub unsafe extern "C-unwind" fn CMSampleBufferCreateForImageBuffer(
allocator: Option<&CFAllocator>,
image_buffer: &CVImageBuffer,
data_ready: bool,
make_data_ready_callback: CMSampleBufferMakeDataReadyCallback,
make_data_ready_refcon: *mut c_void,
format_description: &CMVideoFormatDescription,
sample_timing: NonNull<CMSampleTimingInfo>,
sample_buffer_out: NonNull<*mut CMSampleBuffer>,
) -> i32👎Deprecated: renamed to
CMSampleBuffer::create_for_image_bufferAvailable on crate features
CMFormatDescription and CMSampleBuffer and CMTime and objc2-core-video only.