EMuint32_t
Bun

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 int

JavaScript:

ptr(new Uint32Array(1))