pub type FSteamNetworkingSocketsDebugOutput = Option<unsafe extern "C" fn(nType: ESteamNetworkingSocketsDebugOutputType, pszMsg: *const c_char)>;
Expand description

Setup callback for debug output, and the desired verbosity you want.

Aliased Type§

enum FSteamNetworkingSocketsDebugOutput {
    None,
    Some(unsafe extern "C" fn(_: ESteamNetworkingSocketsDebugOutputType, _: *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: ESteamNetworkingSocketsDebugOutputType, _: *const i8))

Some value of type T.