tree_sitter::ffi

Function ts_query_cursor_set_point_range

Source
pub unsafe extern "C" fn ts_query_cursor_set_point_range(
    self_: *mut TSQueryCursor,
    start_point: TSPoint,
    end_point: TSPoint,
)