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