#[unsafe(no_mangle)]pub unsafe extern "C" fn wasm_memory_data_size(
m: &wasm_memory_t,
) -> usizeExpand description
Returns the data buffer size of the wasm_memory_t.
Wraps Memory::data_size.
§Safety
It is the caller’s responsibility not to alias the wasm_memory_t
with its underlying, internal WasmStoreRef.