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