pub unsafe fn MagSetColorEffect<P0>(
    hwnd: P0,
    peffect: *mut MAGCOLOREFFECT
) -> BOOL
where P0: IntoParam<HWND>,