Function tree_sitter_c2rust::ffi::ts_tree_cursor_current_status

source ยท
#[no_mangle]
pub unsafe extern "C" fn ts_tree_cursor_current_status(
    _self: *const TSTreeCursor,
    field_id: *mut c_ushort,
    has_later_siblings: *mut bool,
    has_later_named_siblings: *mut bool,
    can_have_later_siblings_with_this_field: *mut bool,
    supertypes: *mut c_ushort,
    supertype_count: *mut c_uint,
)