pub unsafe extern "C" fn sha512_update(
    ctx: *mut sha512_context,
    input: *const c_uchar,
    ilen: size_t
)