fz_write_printf

Function fz_write_printf 

Source
pub unsafe extern "C" fn fz_write_printf(
    ctx: *mut fz_context,
    out: *mut fz_output,
    fmt: *const c_char,
    ...
)
Expand description

Format and write data to an output stream.
See fz_format_string for formatting details.