pub type SpAcceptCredentialsFn = Option<unsafe extern "system" fn(logontype: SECURITY_LOGON_TYPE, accountname: *const LSA_UNICODE_STRING, primarycredentials: *const SECPKG_PRIMARY_CRED, supplementalcredentials: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS>;

Aliased Type§

enum SpAcceptCredentialsFn {
    None,
    Some(unsafe extern "system" fn(_: SECURITY_LOGON_TYPE, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: SECURITY_LOGON_TYPE, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS)

Some value of type T.