func FuncExit(goid int32) { C.__tsan_func_exit(C.int(goid)) }
func FuncExit(racectx uintptr) { C.__tsan_func_exit(unsafe.Pointer(racectx)) }