pub type FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal = Option<unsafe extern "C" fn(ctx: *mut c_void, identityPeer: *const SteamNetworkingIdentity, pMsg: *const c_void, cbMsg: c_int)>;
Aliased Type§
enum FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const SteamNetworkingIdentity, _: *const c_void, _: i32)),
}