Function SteamAPI_ISteamNetworkingUtils_SetConnectionConfigValueString

Source
pub unsafe extern "C" fn SteamAPI_ISteamNetworkingUtils_SetConnectionConfigValueString(
    self_: *mut ISteamNetworkingUtils,
    hConn: HSteamNetConnection,
    eValue: ESteamNetworkingConfigValue,
    val: *const c_char,
) -> bool