[][src]Function mupdf_sys::pdf_clean_file

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,
    retainlist: *mut *mut c_char,
    retainlen: c_int
)