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)),
}