Function mupdf_sys::pdf_clean_file

source ·
pub unsafe extern "C" fn pdf_clean_file(
    ctx: *mut fz_context,
    infile: *mut c_char,
    outfile: *mut c_char,
    password: *mut c_char,
    opts: *mut pdf_write_options,
    retainlen: c_int,
    retainlist: *mut *mut c_char
)