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