pub unsafe extern "C" fn rng_make_prng( bits: c_int, wprng: c_int, prng: *mut prng_state, callback: Option<unsafe extern "C" fn()>, ) -> c_int