pub unsafe extern "C" fn cv_pixel_buffer_create_with_bytes(
width: usize,
height: usize,
pixel_format_type: u32,
base_address: *mut c_void,
bytes_per_row: usize,
pixel_buffer_out: *mut *mut c_void,
) -> i32Expand description
Swift bridge function cv_pixel_buffer_create_with_bytes for the corresponding Apple API.