pub type Hsia<T, A> = Alpha<T, Hsi<T, A>>;
An Hsi value with an alpha channel
Hsi
#[repr(C)]pub struct Hsia<T, A> { /* private fields */ }