pub unsafe extern "C" fn folk_array_index_string( arr: *mut zval, index: usize, out_len: *mut usize, ) -> *const c_char
Get string from array by numeric index.