pub unsafe extern "C" fn SteamAPI_ISteamNetworking_CreateP2PConnectionSocket(
    self_: *mut ISteamNetworking,
    steamIDTarget: uint64_steamid,
    nVirtualPort: c_int,
    nTimeoutSec: c_int,
    bAllowUseOfPacketRelay: bool
) -> SNetSocket_t