pub unsafe extern "system" fn GdipSetImageAttributesColorKeys(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: BOOL,
    colorlow: u32,
    colorhigh: u32,
) -> Status