On Mon, 4 Mar 2024 19:17:03 -0500, Arne Vajhøj wrote: > That converts the C++ API to a C API ... No, it’s all strictly C. > PS: (**env).Foobar is rather unusual - the common style is > (*env)->Foobar. I don’t understand why. It’s the same number of characters either way.