pub type SdOptions<const N: usize = MAX_SD_OPTIONS> = Vec<Options, N>;
pub struct SdOptions<const N: usize = MAX_SD_OPTIONS> { /* private fields */ }