enum member
ffi.FFIType.i64_fast
i64_fast = 15
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 int64_t