Uwebsockets in zig (zuws)

I found a good library to use uwebsockets ( a c++ web framework used by bun) called zuws

but it can’t use all the features in uwebsockets like sslapp and h3app
so I wonder whether can I add some new bindings and how to do it