pub fn string_array_utf8(strings: &[CString]) -> Result<Vec<String>, Utf8Error>
Convenience method for plugins to convert the C string arrays they are given into real Rust strings.