pub fn array_get(name: &str, index: usize) -> Option<CString>
Returns a copy of the value corresponding to an element in the array.