Function freeimage::ffi::FreeImage_Copy [] [src]

pub unsafe extern "C" fn FreeImage_Copy(
    dib: *const FIBITMAP,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int
) -> *const FIBITMAP