[][src]Function mupdf_sys::fz_unpack_tile

pub unsafe extern "C" fn fz_unpack_tile(
    ctx: *mut fz_context,
    dst: *mut fz_pixmap,
    src: *mut c_uchar,
    n: c_int,
    depth: c_int,
    stride: usize,
    scale: c_int
)