Function wasmtime_component_valrecord_new

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_component_valrecord_new(
    out: &mut wasmtime_component_valrecord_t,
    size: usize,
    ptr: *const wasmtime_component_valrecord_entry_t,
)