Property definitions

gmp $ UInt64 :: new
    new `{
        uint64_t *self = (uint64_t*)malloc(sizeof(uint64_t));
        return self;
    `}
lib/gmp/native_gmp.nit:254,5--257,6