GDALExtendedDataTypeCreateCompound

Function GDALExtendedDataTypeCreateCompound 

Source
pub unsafe extern "C" fn GDALExtendedDataTypeCreateCompound(
    pszName: *const c_char,
    nTotalSize: usize,
    nComponents: usize,
    comps: *const GDALEDTComponentH,
) -> GDALExtendedDataTypeH