Function windows::Win32::Graphics::GdiPlus::GdipSetImageAttributesRemapTable
pub unsafe fn GdipSetImageAttributesRemapTable<P0>(
imageattr: *mut GpImageAttributes,
type: ColorAdjustType,
enableflag: P0,
mapsize: u32,
map: *const ColorMap,
) -> Statuswhere
P0: Param<BOOL>,