Function freeimage::ffi::FreeImage_SetPixelIndex [] [src]

pub unsafe extern "C" fn FreeImage_SetPixelIndex(
    dib: *const FIBITMAP,
    x: c_uint,
    y: c_uint,
    value: *const BYTE
) -> BOOL