pub unsafe extern "C" fn fz_write_data( ctx: *mut fz_context, out: *mut fz_output, data: *const c_void, size: usize, )
Write data to output.
data: Pointer to data to write.size: Size of data to write in bytes.
data
size