pub unsafe fn GdipSetImageAttributesOutputChannel<P0>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: P0,
    channelflags: ColorChannelFlags
) -> Status
where P0: Param<BOOL>,