[][src]Function mupdf_sys::fz_decomp_image_from_stream

pub unsafe extern "C" fn fz_decomp_image_from_stream(
    ctx: *mut fz_context,
    stm: *mut fz_stream,
    image: *mut fz_compressed_image,
    subarea: *mut fz_irect,
    indexed: c_int,
    l2factor: c_int
) -> *mut fz_pixmap