pub unsafe fn GdipSetImageAttributesRemapTable<P0>(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: P0,
    mapsize: u32,
    map: *const ColorMap
) -> Status
where P0: Param<BOOL>,