pub type FnSteamNetAuthenticationStatusChanged = Option<unsafe extern "C" fn(arg1: *mut SteamNetAuthenticationStatus_t)>;Aliased Type§
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.