#[no_mangle]
pub extern "C" fn wasmer_named_extern_unwrap(
    named_extern: Option<&wasmer_named_extern_t>
) -> Option<&wasm_extern_t>
Expand description

Non-standard function to get the wrapped extern of a wasmer_named_extern_t.

The returned value isn’t owned by the caller.