pub type UmkaGetFieldType = Option<unsafe extern "C" fn(structType: *const UmkaType, fieldName: *const c_char) -> *const UmkaType>;Aliased Type§
pub enum UmkaGetFieldType {
None,
Some(unsafe extern "C" fn(*const tagType, *const i8) -> *const tagType),
}