pub fn ffi_schema<F>(schema_fn: F) -> *mut u8where F: Fn() -> String,
Helper for implementing _schema WASM export
This function is safe because it doesn’t work with raw pointers (other than the return value).