Function windows_sys::Win32::Graphics::GdiPlus::GdipSetImageAttributesColorMatrix
pub unsafe extern "system" fn GdipSetImageAttributesColorMatrix(
imageattr: *mut GpImageAttributes,
type: ColorAdjustType,
enableflag: BOOL,
colormatrix: *const ColorMatrix,
graymatrix: *const ColorMatrix,
flags: ColorMatrixFlags,
) -> Status