pub unsafe extern "system" fn GdipSetImageAttributesRemapTable(
    imageattr: *mut GpImageAttributes,
    type: ColorAdjustType,
    enableflag: BOOL,
    mapsize: u32,
    map: *const ColorMap,
) -> Status