#[no_mangle]
pub extern "C" fn opendp_data__slice_free(
    this: *mut FfiSlice
) -> FfiResult<*mut ()>
Expand description

Internal function. Free the memory associated with this, an FfiSlicePtr. Used to clean up after object_as_slice. Frees the slice, but not what the slice references!