pub unsafe fn CredUIConfirmCredentialsA<P0, P1>(
    psztargetname: P0,
    bconfirm: P1
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<BOOL>,