pub unsafe extern "C" fn fz_close_document_writer(
    ctx: *mut fz_context,
    wri: *mut fz_document_writer
)
Expand description

Called 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.