pub type BLDataView = BLArrayView;
struct BLDataView { pub data: *const c_void, pub size: usize, }
data: *const c_void
size: usize