fz_append_data

Function fz_append_data 

Source
pub unsafe extern "C" fn fz_append_data(
    ctx: *mut fz_context,
    buf: *mut fz_buffer,
    data: *const c_void,
    len: usize,
)
Expand description

fz_append_*: Append data to a buffer.

The buffer will automatically grow as required.