pub unsafe fn GdipSetImageAttributesColorMatrix<P0>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: P0,
    colormatrix: *const ColorMatrix,
    graymatrix: *const ColorMatrix,
    flags: ColorMatrixFlags
) -> Status
where P0: Param<BOOL>,