pub unsafe extern "C" fn SteamAPI_ISteamNetworkingSockets_GetConnectionRealTimeStatus(
    self_: *mut ISteamNetworkingSockets,
    hConn: HSteamNetConnection,
    pStatus: *mut SteamNetConnectionRealTimeStatus_t,
    nLanes: c_int,
    pLanes: *mut SteamNetConnectionRealTimeLaneStatus_t
) -> EResult