reset_log_cb

Function reset_log_cb 

Source
pub unsafe fn reset_log_cb()
Expand description

Resets the log callback function (to the default of “none”).

§Safety

This function is unsafe because it writes to a static variable without synchronization. It should only be used during startup.