create_random_string

Function create_random_string 

Source
pub unsafe extern "C" fn create_random_string(
    to: *mut c_char,
    length: c_uint,
    rand_st: *mut rand_struct,
)