pub unsafe extern "C" fn fz_set_error_callback(
    ctx: *mut fz_context,
    error_cb: fz_error_cb,
    user: *mut c_void
)
Expand description

Set the error callback. This will be called as part of the exception handling.

The callback must not throw exceptions!