[][src]Type Definition mupdf_sys::fz_stream_seek_fn

type fz_stream_seek_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, stm: *mut fz_stream, offset: i64, whence: c_int)>;