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§
pub enum FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal {
None,
Some(unsafe extern "C" fn(*mut c_void, *const SteamNetworkingIdentity, *const c_void, i32)),
}