pub unsafe extern "C" fn wasm_runtime_get_default_memory(
module_inst: wasm_module_inst_t,
) -> wasm_memory_inst_tExpand description
@brief Get the default memory instance
@param module_inst The module instance
@return The memory instance if found, NULL otherwise