pub type SliceBuilderFreeFn = unsafe fn(builder: PtrMut<'static>);
Frees a slice builder without converting it into a pointer
The builder must be valid and must not be used after this function is called.