[][src]Type Definition freeimage::ffi::FI_SaveProc

type FI_SaveProc = Option<unsafe extern "C" fn(io: *mut FreeImageIO, dib: *mut FIBITMAP, handle: fi_handle, page: c_int, flags: c_int, data: *mut c_void) -> BOOL>;