IBase.ClangProc
type t =
| CFunction of {
name : string;
mangled_name : string option;
}
| CppMethod of {
mangled_name : string;
| ObjcMethod of {
| ObjcBlock of {