pub type FnDsaDomainContext<'a> = DomainContext<'a>;
struct FnDsaDomainContext<'a>(pub &'a [u8]);
0: &'a [u8]