pub unsafe fn GdipSetImageAttributesColorKeys<P0>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: P0,
    colorlow: u32,
    colorhigh: u32
) -> Status
where P0: Param<BOOL>,