pub unsafe extern "C" fn TessBaseAPIRect(
    handle: *mut TessBaseAPI,
    imagedata: *const c_uchar,
    bytes_per_pixel: c_int,
    bytes_per_line: c_int,
    left: c_int,
    top: c_int,
    width: c_int,
    height: c_int
) -> *mut c_char