pub type BufferData = Pin<Box<[u8]>>;
#[repr(transparent)]pub struct BufferData { /* private fields */ }