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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut SteamNetAuthenticationStatus_t))

Some value of type T.