pub unsafe extern "C" fn hmac_drbg_update_ret(
    ctx: *mut hmac_drbg_context,
    additional: *const c_uchar,
    add_len: size_t
) -> c_int