// SPDX-License-Identifier: MIT
// Copyright (c) 2026 Nicolas Gabriel Cotti
//! Unsafe bindings from the libftd2xx library, automatically created with
//! bindgen.
//!
//! To build and execute the code, the library must have been installed in
//! a "visible path".
//!
//! Supported paths are:
//! * `/usr/lib` and `/usr/include`.
//! * `/usr/local/lib` and `/usr/local/include`
//! * Any path set in the `LD_LIBRARY_PATH` env. variable.
include!;