pub type CPLList = _CPLList;
#[repr(C)]pub struct CPLList { pub pData: *mut c_void, pub psNext: *mut _CPLList, }
pData: *mut c_void
psNext: *mut _CPLList