#[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 TSSymbol,
supertype_count: *mut c_uint,
)