[][src]Function freeimage::ffi::FreeImage_RescaleRect

pub unsafe extern "C" fn FreeImage_RescaleRect(
    dib: *mut FIBITMAP,
    dst_width: c_int,
    dst_height: c_int,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int,
    filter: FREE_IMAGE_FILTER,
    flags: c_uint
) -> *mut FIBITMAP