[][src]Type Definition tesseract_sys::TessProgressFunc

type TessProgressFunc = Option<unsafe extern "C" fn(ths: *mut ETEXT_DESC, left: c_int, right: c_int, top: c_int, bottom: c_int) -> bool>;