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