pub unsafe extern "C" fn SteamAPI_ISteamNetworkingSockets_CreateSocketPair(
self_: *mut ISteamNetworkingSockets,
pOutConnection1: *mut HSteamNetConnection,
pOutConnection2: *mut HSteamNetConnection,
bUseNetworkLoopback: bool,
pIdentity1: *const SteamNetworkingIdentity,
pIdentity2: *const SteamNetworkingIdentity
) -> bool