pub unsafe fn ColorMatchToTarget<P0, P1>(
    hdc: P0,
    hdctarget: P1,
    action: COLOR_MATCH_TO_TARGET_ACTION
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HDC>,