pub type RawLogOld = unsafe extern "C-unwind" fn(level: LogLevel, message: *const c_char);
Previous log function.