#[unsafe(no_mangle)]pub unsafe extern "C" fn sparse_vec_bind(
a: *const SparseVecHandle,
b: *const SparseVecHandle,
) -> *mut SparseVecHandleExpand description
Bind two SparseVecs
ยงSafety
- All handles must be valid
- Returns a new handle that must be freed with
sparse_vec_free