pub fn create_variant_getter_function(
    enum_item: &ItemEnum,
    variant: &Variant
) -> Option<Function>