windows::Win32::Security::Credentials

Function CredUICmdLinePromptForCredentialsW

pub unsafe fn CredUICmdLinePromptForCredentialsW<P0>(
    psztargetname: P0,
    pcontext: Option<*const SecHandle>,
    dwautherror: u32,
    username: &mut [u16],
    pszpassword: &mut [u16],
    pfsave: Option<*mut BOOL>,
    dwflags: CREDUI_FLAGS,
) -> u32
where P0: Param<PCWSTR>,