Function mupdf_sys::fz_write_data[][src]

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.