pub unsafe fn WerAddExcludedApplication<P0, P1>(
    pwzexename: P0,
    ballusers: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<BOOL>,