Valery Antopol eaf9512cf1
feat!: introduce host import API versions (#154)
* introduce __marine_host_api_v1

* fix warnings

* updatre comment

* fix clippy warnings
2024-02-08 16:20:14 +04:00

5 lines
122 B
Rust

#[module_import("test")]
extern "C" {
pub fn inner_arrays_1(arg: Vec<Vec<Vec<Vec<u8>>>>) -> Vec<Vec<Vec<Vec<u8>>>>;
}