pub unsafe fn CMTranslateRGB<P0>(
    hcmtransform: isize,
    colorref: P0,
    lpcolorref: *mut u32,
    dwflags: u32
) -> BOOL
where P0: IntoParam<COLORREF>,