pub type ShaDriverComponentType<A, const L: usize> = ShaDriver<'static, A, L>;
pub struct ShaDriverComponentType<A, const L: usize> { /* private fields */ }