Function turbojpeg_sys::tjSaveImage

source ·
pub unsafe extern "C" fn tjSaveImage(
    filename: *const c_char,
    buffer: *mut c_uchar,
    width: c_int,
    pitch: c_int,
    height: c_int,
    pixelFormat: c_int,
    flags: c_int
) -> c_int