pub type ByteSliceRef = SliceRef<u8>;
Rust wrapper for &u8. Though this alias is not very useful in Rust side, it gives a simple aliased buffer type for cbindgen.
pub struct ByteSliceRef(/* private fields */);