pub unsafe extern "C" fn NK_set_log_function(fn_: NK_log_function)
Expand description

Set a custom log function.

The log function is called for every log message that matches the log level settings (see NK_set_debug and NK_set_debug_level).