pub fn stateless_random_get_key_counter_alg<O0: Into<Output>>(
    seed: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatelessRandomGetKeyCounterAlg::new().build(seed, scope).