const FnProtoContext = struct
const FnProtoContext = struct { is_pub: bool = false, is_export: bool = false, is_extern: bool = false, is_always_inline: bool = false, fn_name: ?[]const u8 = null, has_body: bool = false, cc: ast.Payload.Func.CallingConvention = .c, }