It is strange that JNA considers `boolean` struct members to be 4 bytes, when the C99 `bool` is 1 byte. Why is that? Can it be changed?
It is strange that JNA considers
booleanstruct members to be 4 bytes, when the C99boolis 1 byte.Why is that? Can it be changed?