pub type SHA_CTX = SHAContext;
struct SHA_CTX { pub start: bool, pub total_input_bits: [u32; 4], }
start: bool
total_input_bits: [u32; 4]