pub type DriverPtr = IntrusivePtr<dyn Driver>;
#[repr(C)]pub struct DriverPtr { /* private fields */ }