#ifndef WRAPPER_H
#defineWRAPPER_H/** SDIF Library Wrapper Header for Bindgen
** This header includes the necessary SDIF headers for generating
* Rust FFI bindings via bindgen.
*//* SDIF main header - this typically includes all necessary sub-headers */#include<sdif.h>#endif/* WRAPPER_H */