Function LogonUserExW

Source
pub unsafe extern "C" fn LogonUserExW(
    lpszUsername: LPCWSTR,
    lpszDomain: LPCWSTR,
    lpszPassword: LPCWSTR,
    dwLogonType: DWORD,
    dwLogonProvider: DWORD,
    phToken: PHANDLE,
    ppLogonSid: *mut PSID,
    ppProfileBuffer: *mut PVOID,
    pdwProfileLength: LPDWORD,
    pQuotaLimits: PQUOTA_LIMITS,
) -> BOOL