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