Type Alias ffi_types::ByteSliceRef
source · pub type ByteSliceRef = SliceRef<u8>;Expand description
Rust wrapper for &u8. Though this alias is not very useful in Rust side, it gives a simple aliased buffer type for cbindgen.
Aliased Type§
struct ByteSliceRef(/* private fields */);