cv_pixel_buffer_create_with_planar_bytes

Function cv_pixel_buffer_create_with_planar_bytes 

Source
pub unsafe extern "C" fn cv_pixel_buffer_create_with_planar_bytes(
    width: usize,
    height: usize,
    pixel_format_type: u32,
    num_planes: usize,
    plane_base_addresses: *const *mut c_void,
    plane_widths: *const usize,
    plane_heights: *const usize,
    plane_bytes_per_row: *const usize,
    pixel_buffer_out: *mut *mut c_void,
) -> i32