[][src]Function freeimage::ffi::FreeImage_ApplyPaletteIndexMapping

pub unsafe extern "C" fn FreeImage_ApplyPaletteIndexMapping(
    dib: *mut FIBITMAP,
    srcindices: *mut BYTE,
    dstindices: *mut BYTE,
    count: c_uint,
    swap: BOOL
) -> c_uint