pub unsafe fn reset_log_cb()
Resets the log callback function (to the default of “none”).
This function is unsafe because it writes to a static variable without synchronization. It should only be used during startup.