Function wasmtime_c_api::wasmtime_externref_from_raw

source ·
#[no_mangle]
pub unsafe extern "C" fn wasmtime_externref_from_raw(
    _cx: CStoreContextMut<'_>,
    val: *mut c_void
) -> Option<ExternRef>