[][src]Function mupdf_sys::fz_default_warning_callback

pub unsafe extern "C" fn fz_default_warning_callback(
    user: *mut c_void,
    message: *const c_char
)

The default warning callback. Declared publicly just so that the warning callback can be set back to this after it has been overridden.