windows::Win32::Security::Credentials

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_ERROR
where P1: Param<PCWSTR>,