Function windows_sys::Win32::Security::LogonUserExA

pub unsafe extern "system" fn LogonUserExA(
    lpszusername: PCSTR,
    lpszdomain: PCSTR,
    lpszpassword: PCSTR,
    dwlogontype: LOGON32_LOGON,
    dwlogonprovider: LOGON32_PROVIDER,
    phtoken: *mut HANDLE,
    pplogonsid: *mut PSID,
    ppprofilebuffer: *mut *mut c_void,
    pdwprofilelength: *mut u32,
    pquotalimits: *mut QUOTA_LIMITS,
) -> BOOL