pub unsafe extern "C" fn SteamAPI_ISteamNetworking_CreateListenSocket(
    self_: *mut ISteamNetworking,
    nVirtualP2PPort: c_int,
    nIP: SteamIPAddress_t,
    nPort: uint16,
    bAllowUseOfPacketRelay: bool
) -> SNetListenSocket_t