func NewInt8Type() Type {
    return &typeConstructor{
        signature:    "c",
        signatureIDL: "int8",
        typeName:     jen.Int8(),