fz_write_data

Function fz_write_data 

Source
pub unsafe extern "C" fn fz_write_data(
    ctx: *mut fz_context,
    out: *mut fz_output,
    data: *const c_void,
    size: usize,
)
Expand description

Write data to output.

data: Pointer to data to write.
size: Size of data to write in bytes.