pub unsafe extern "C" fn fz_log_error_printf(
ctx: *mut fz_context,
fmt: *const c_char,
...
)Expand description
Format an error message, and log it to the registered
error stream (stderr by default).
pub unsafe extern "C" fn fz_log_error_printf(
ctx: *mut fz_context,
fmt: *const c_char,
...
)Format an error message, and log it to the registered
error stream (stderr by default).