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