Function windows_sys::Win32::Security::Credentials::CredUIPromptForCredentialsW
pub unsafe extern "system" fn CredUIPromptForCredentialsW(
puiinfo: *const CREDUI_INFOW,
psztargetname: PCWSTR,
pcontext: *const SecHandle,
dwautherror: u32,
pszusername: PWSTR,
ulusernamebuffersize: u32,
pszpassword: PWSTR,
ulpasswordbuffersize: u32,
save: *mut BOOL,
dwflags: CREDUI_FLAGS,
) -> WIN32_ERROR