Type Definition gdal_sys::CSLConstList

source ·
pub type CSLConstList = *mut *mut c_char;
Expand description

Type of a constant null-terminated list of nul terminated strings. Seen as char** from C and const char* const* from C++