pub type fz_document_writer_close_writer_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, wri: *mut fz_document_writer)>;
Expand description

Function type to end the process of writing pages to a document.

This writes any file level trailers required. After this completes successfully the file is up to date and complete.