pub fn random_string(rnd: *mut Random, len: i32, dst: *mut String) -> Slice
| Store in *dst a random string of length | “len” and return a Slice that references | the generated data. |