pub unsafe fn SetColorAdjustment<P0>(
    hdc: P0,
    lpca: *const COLORADJUSTMENT
) -> BOOL
where P0: IntoParam<HDC>,