pub unsafe extern "C" fn wasm_memory_get_base_address(
memory_inst: wasm_memory_inst_t,
) -> *mut c_voidExpand description
@brief Get the base address for a memory instance
@param memory_inst The memory instance
@return The base address on success, false otherwise