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