pub unsafe extern "C" fn OGR_CodedFldDomain_Create(
    pszName: *const c_char,
    pszDescription: *const c_char,
    eFieldType: Type,
    eFieldSubType: Type,
    enumeration: *const OGRCodedValue
) -> OGRFieldDomainH