Gavin Ray
C .h -> Kotlin Native type
.h
interface SomeStruct { @CType.Int32 val anInt: Int }
typedef struct SomeStruct { int32_t anInt; } SomeStruct;
sergey.bogolepov
A modern programming language that makes developers happier.