enum member
ffi.FFIType.u64_fast
u64_fast = 16
Attempts to coerce a BigInt into a number when it fits. This improves performance, but the JavaScript value may be either a number or a BigInt, depending on the value.
In C, this always becomes uint64_t