pub unsafe extern "C" fn SHA1_Update(
    c: *mut SHA_CTX,
    data: *const c_void,
    len: size_t
) -> c_int