#[no_mangle]
pub unsafe extern "C" fn ts_tree_cursor_goto_sibling_internal(
    _self: *mut TSTreeCursor,
    advance: Option<unsafe extern "C" fn(_: *mut CursorChildIterator, _: *mut TreeCursorEntry, _: *mut bool) -> bool>,
) -> c_uint