//! FFI specific functionality to define the struct function interfaces in Python and WASM
#[cfg(feature ="py")]pubmodpy;// #[cfg(feature = "wasm")]
#[cfg(all(
target_arch ="wasm32",
feature ="wasm",not(any(target_os ="emscripten", target_os ="wasi", target_os ="linux"))))]pubmodwasm;