pub unsafe extern "system" fn CredUICmdLinePromptForCredentialsW(
    psztargetname: PCWSTR,
    pcontext: *const SecHandle,
    dwautherror: u32,
    username: PWSTR,
    uluserbuffersize: u32,
    pszpassword: PWSTR,
    ulpasswordbuffersize: u32,
    pfsave: *mut BOOL,
    dwflags: CREDUI_FLAGS,
) -> u32