pub unsafe extern "C" fn fz_append_data( ctx: *mut fz_context, buf: *mut fz_buffer, data: *const c_void, len: usize, )
fz_append_*: Append data to a buffer.
fz_append_*
The buffer will automatically grow as required.