func GoEnd(goid int32) { C.__tsan_go_end(C.int(goid)) }
func GoEnd(racectx uintptr) { C.__tsan_go_end(unsafe.Pointer(racectx)) }