pub fn ULONG2NUM(val: c_ulong) -> VALUE
Convert unsigned long to Ruby Integer (akin to ULONG2NUM).
ULONG2NUM
Creates a Ruby Integer (Fixnum or Bignum) from a C unsigned long. Uses Fixnum if possible, otherwise allocates a Bignum.