pub unsafe extern "system" fn GdipSetImageAttributesGamma(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: BOOL,
    gamma: f32,
) -> Status