pub unsafe fn ColorAdjustLuma<P0, P1>(
    clrrgb: P0,
    n: i32,
    fscale: P1
) -> COLORREF
where P0: IntoParam<COLORREF>, P1: IntoParam<BOOL>,