macro_rules! export_schema {
($func:expr) => { ... };
}Expand description
Macro to export schema function with proper FFI wrapper
macro_rules! export_schema {
($func:expr) => { ... };
}Macro to export schema function with proper FFI wrapper