Function ts_query_cursor_set_byte_range

Source
#[no_mangle]
pub unsafe extern "C" fn ts_query_cursor_set_byte_range(
    self_0: *mut TSQueryCursor,
    start_byte: c_uint,
    end_byte: c_uint,
)