pub unsafe fn sys_sha_buffer(
    out_state: *mut [u32; 8],
    in_state: *const [u32; 8],
    buf: *const u8,
    count: u32
)