pub type SliceBuilderPushFn = unsafe fn(PtrMut, PtrMut);
Pushes a value into a slice builder.
Item must point to a valid value of type U and must be initialized. Function is infallible as it uses the global allocator.
U