pub unsafe extern "C" fn fz_open_document_with_buffer(
ctx: *mut fz_context,
magic: *const c_char,
buffer: *mut fz_buffer,
) -> *mut fz_documentExpand description
Open a document using a buffer rather than opening a file on disk.
pub unsafe extern "C" fn fz_open_document_with_buffer(
ctx: *mut fz_context,
magic: *const c_char,
buffer: *mut fz_buffer,
) -> *mut fz_documentOpen a document using a buffer rather than opening a file on disk.