pub type VarBinarySliceMut<'a> = VarBinary<&'a mut [u8]>;
Wraps a slice so it can be used as an output parameter for binary data.