Function windows::Win32::Graphics::GdiPlus::GdipSetImageAttributesColorKeys
pub unsafe fn GdipSetImageAttributesColorKeys<P0>(
imageattr: *mut GpImageAttributes,
type: ColorAdjustType,
enableflag: P0,
colorlow: u32,
colorhigh: u32,
) -> Statuswhere
P0: Param<BOOL>,