pub type HostBuffer<T> = Buffer<T, UsmAllocator<HostAllocator>>;
pub struct HostBuffer<T> { /* private fields */ }