[][src]Function mupdf_sys::fz_append_buffer

pub unsafe extern "C" fn fz_append_buffer(
    ctx: *mut fz_context,
    destination: *mut fz_buffer,
    source: *mut fz_buffer
)

Append the contents of the source buffer onto the end of the destination buffer, extending automatically as required.

Ownership of buffers does not change.