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

Open an output stream that appends to a buffer.

buf: The buffer to append to.