Function tree_sitter::ffi::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
)