#[unsafe(no_mangle)]pub unsafe extern "C" fn sparse_vec_to_json(
handle: *const SparseVecHandle,
) -> ByteBufferExpand description
Serialize a SparseVec to JSON
ยงSafety
handlemust be valid- Returns a ByteBuffer that must be freed with
byte_buffer_free