pub unsafe extern "C" fn botan_rng_reseed_from_rng(
    rng: botan_rng_t,
    src: botan_rng_t,
    bits: usize
) -> c_int