enum member
ffi.FFIType.uint32_t
uint32_t = 6
32-bit unsigned integer
The same as unsigned int in C (on x64 & arm64)
C:
unsigned intJavaScript:
ptr(new Uint32Array(1))