Function botan_rng_get

Source
pub unsafe extern "C" fn botan_rng_get(
    rng: botan_rng_t,
    out: *mut u8,
    out_len: usize,
) -> c_int