pub type PLSA_CREATE_TOKEN = Option<unsafe extern "system" fn(logonid: *const LUID, tokensource: *const TOKEN_SOURCE, logontype: SECURITY_LOGON_TYPE, impersonationlevel: SECURITY_IMPERSONATION_LEVEL, tokeninformationtype: LSA_TOKEN_INFORMATION_TYPE, tokeninformation: *const c_void, tokengroups: *const TOKEN_GROUPS, accountname: *const UNICODE_STRING, authorityname: *const UNICODE_STRING, workstation: *const UNICODE_STRING, profilepath: *const UNICODE_STRING, token: *mut HANDLE, substatus: *mut i32) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"