Function wintun::default_logger

source ·
pub unsafe extern "stdcall" fn default_logger(
    level: c_int,
    _timestamp: c_ulonglong,
    message: *const c_ushort
)
Expand description

The logger that is active by default. Logs messages to the log crate

Safety

message must be a valid pointer that points to an aligned null terminated UTF-16 string