// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
// Copyright (c) 2025 Gavin Henry <ghenry@sentrypeer.org>
// Ignore Rust's style conventions for our C FFI bindings
// Use the include! macro to dump our generated bindings right into our crate's main entry point,
// src/lib.rs:
include!;
// Some basic tests to ensure that our bindings are working as expected with
// the liblcrq C API