Function wasmtime_c_api::wasmtime_externref_to_raw

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