wasm_ref_as_foreign

Function wasm_ref_as_foreign 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_ref_as_foreign( _ref: Option<&mut wasm_ref_t>, ) -> Option<&mut wasm_foreign_t>
Expand description

Returns the wasm_ref_t as shared wasm_foreign_t if possible or otherwise returns None.

ยงNote

This API is unsupported and will panic upon use.