#[no_mangle]
pub extern "C" fn wasm_memory_as_extern(
    memory: Option<&wasm_memory_t>
) -> Option<&wasm_extern_t>