#[unsafe(no_mangle)]pub unsafe extern "C" fn wasmrust_clone_box(
builder_ptr: *const c_void,
) -> *mut c_voidExpand description
Creates a clone of the builder.
ยงSafety
builder_ptrmust be a valid pointer to a WasmrustBuilder- Caller must call
wasmrust_dropon the returned pointer