Function windows::Win32::Security::LogonUserW

pub unsafe fn LogonUserW<P0, P1, P2>(
    lpszusername: P0,
    lpszdomain: P1,
    lpszpassword: P2,
    dwlogontype: LOGON32_LOGON,
    dwlogonprovider: LOGON32_PROVIDER,
    phtoken: *mut HANDLE
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,