Function turbojpeg_sys::tjLoadImage

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