SE-0293 (second review): Extend Property Wrappers to Function and Closure Parameters

One question I have is:
How does this proposal apply to enum case functions?
e.g:

enum Foo {
  case int(@StoredAsUInt8 Int)
}