pub unsafe extern "C" fn sha512_update_ret(
    ctx: *mut sha512_context,
    input: *const c_uchar,
    ilen: usize
) -> c_int