Function vips_rawload

Source
pub unsafe extern "C" fn vips_rawload(
    filename: *const c_char,
    out: *mut *mut VipsImage,
    width: c_int,
    height: c_int,
    bands: c_int,
    ...
) -> c_int