cv_pixel_buffer_create_with_bytes

Function cv_pixel_buffer_create_with_bytes 

Source
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,
) -> i32