(subst
    (header 'OS2.h') (current 'API.h')
)

(const
    (name ) (value 祭)
)

(spec
    (name ) (type ⨯)
)

(struct
    (type ⨯)
    (flags 䫠)
    (fields
        ((type ⨯) (name ))
        ((type ⨯) (name ))
    )
)

(function
    (type ⨯)
    (flags 䫠)
    (name )
    (arguments 
        ((type ⨯) (flags 䫠) (name ))
        ((type ⨯) (flags 䫠) (name ))
    )
)
