func (o *Object) ToInt() int64 { return int64(C.ucl_object_toint(o.object)) }
// ToUint converts a UCL Object to an unsigned integer value func (o *Object) ToUint() uint64 { return uint64(C.ucl_object_toint(o.object)) }