fz_append_buffer

Function fz_append_buffer 

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

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

Ownership of buffers does not change.