pub unsafe extern "system" fn LogonUserW(
    lpszusername: PCWSTR,
    lpszdomain: PCWSTR,
    lpszpassword: PCWSTR,
    dwlogontype: LOGON32_LOGON,
    dwlogonprovider: LOGON32_PROVIDER,
    phtoken: *mut HANDLE
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"