pub type CSYR2K<'a, 'b, 'c> = SYR2K<'a, 'b, 'c, c32>;
pub struct CSYR2K<'a, 'b, 'c> { /* private fields */ }