#[unsafe(no_mangle)] pub extern "C" fn wasmtime_memorytype_new( minimum: u64, maximum_specified: bool, maximum: u64, memory64: bool, shared: bool, ) -> Box<wasm_memorytype_t>