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