Function tree_sitter_c2rust::ffi::ts_query_cursor_set_point_range

source ยท
#[no_mangle]
pub unsafe extern "C" fn ts_query_cursor_set_point_range(
    self_0: *mut TSQueryCursor,
    start_point: TSPoint,
    end_point: TSPoint,
)