pub type adler32_state = adler32_state_s;
#[repr(C)]pub struct adler32_state { pub s: [u16; 2], }
s: [u16; 2]