wasmtime_memorytype_new

Function wasmtime_memorytype_new 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_memorytype_new( minimum: u64, maximum_specified: bool, maximum: u64, memory64: bool, shared: bool, page_size_log2: u8, ret: &mut MaybeUninit<Box<wasm_memorytype_t>>, ) -> Option<Box<wasmtime_error_t>>