pub unsafe extern "C" fn TessPageIteratorBoundingBox(
    handle: *const TessPageIterator,
    level: TessPageIteratorLevel,
    left: *mut c_int,
    top: *mut c_int,
    right: *mut c_int,
    bottom: *mut c_int
) -> c_int