pub unsafe extern "C" fn fz_unpack_stream(
    ctx: *mut fz_context,
    src: *mut fz_stream,
    depth: c_int,
    w: c_int,
    h: c_int,
    n: c_int,
    indexed: c_int,
    pad: c_int,
    skip: c_int
) -> *mut fz_stream