pub unsafe extern "C" fn fz_log_error(
ctx: *mut fz_context,
str_: *const c_char,
)Expand description
Log a (preformatted) string to the registered
error stream (stderr by default).
pub unsafe extern "C" fn fz_log_error(
ctx: *mut fz_context,
str_: *const c_char,
)Log a (preformatted) string to the registered
error stream (stderr by default).