[][src]Macro ffi_convert::create_rust_vec_string_from

macro_rules! create_rust_vec_string_from {
    ($pointer:expr) => { ... };
}

Unsafely creates an array of owned string from a pointer to a CStringArray.