func NewULongType() Type {
    return &typeConstructor{
        signature:    "L",
        signatureIDL: "uint64",
        typeName:     jen.Uint64(),