Function windows::Win32::Graphics::GdiPlus::GdipSetImageAttributesGamma

pub unsafe fn GdipSetImageAttributesGamma<P0>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: P0,
    gamma: f32
) -> Status
where P0: Param<BOOL>,