A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
While not shipped, the sdk source contains a windows only c/c++ sdk. You must build the static library yourself. See:
https://github.com/microsoft/Foundry-Local/blob/main/sdk/cpp/README.md
if you do not want to build the c/c++ library, you can use the rust implementation with a simple rust wrapper that exposes the desired endpoints to c.