enum member
ffi.FFIType.int16_t
int16_t = 3
16-bit signed integer
Must be a value between -32768 and 32767
When passing to an FFI function (C ABI), type coercion is not performed.
In C:
int16_t
short // on arm64 & x64In JavaScript:
var num = 0;