Function CredUIPromptForCredentialsW
pub unsafe fn CredUIPromptForCredentialsW<P1>(
puiinfo: Option<*const CREDUI_INFOW>,
psztargetname: P1,
pcontext: Option<*const SecHandle>,
dwautherror: u32,
pszusername: &mut [u16],
pszpassword: &mut [u16],
save: Option<*mut BOOL>,
dwflags: CREDUI_FLAGS,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,