pub type FnSteamNetAuthenticationStatusChanged = Option<unsafe extern "C" fn(arg1: *mut SteamNetAuthenticationStatus_t)>;Aliased Type§
pub enum FnSteamNetAuthenticationStatusChanged {
None,
Some(unsafe extern "C" fn(*mut SteamNetAuthenticationStatus_t)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut SteamNetAuthenticationStatus_t))
Some value of type T.