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