pub type DeviceNode<CS> = LocalNode<DeviceNodeHandle<CS>>;
pub struct DeviceNode<CS> { /* private fields */ }