[][src]Function mupdf_sys::fz_new_output_with_buffer

pub unsafe extern "C" fn fz_new_output_with_buffer(
    ctx: *mut fz_context,
    buf: *mut fz_buffer
) -> *mut fz_output

Open an output stream that appends to a buffer.

buf: The buffer to append to.