func NewUint8Type() Type {
    return &typeConstructor{
        signature:    "C",
        signatureIDL: "uint8",
        typeName:     jen.Uint8(),