pub unsafe extern "system" fn CredUICmdLinePromptForCredentialsA(
    psztargetname: PCSTR,
    pcontext: *const SecHandle,
    dwautherror: u32,
    username: PSTR,
    uluserbuffersize: u32,
    pszpassword: PSTR,
    ulpasswordbuffersize: u32,
    pfsave: *mut BOOL,
    dwflags: CREDUI_FLAGS
) -> u32
Expand description

Required features: "Win32_Foundation"