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

Function type to start the process of writing a page to a document.

mediabox: page size rectangle in points.

Returns a fz_device to write page contents to.