pub unsafe extern "C" fn TessBaseAPISetRectangle(
    handle: *mut TessBaseAPI,
    left: c_int,
    top: c_int,
    width: c_int,
    height: c_int
)