pub fn FIXABLE(val: c_long) -> bool
Check if long value can be represented as Fixnum (akin to FIXABLE).
FIXABLE
Returns true if the value fits within the Fixnum range.