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