/usr/local/lib64/python3.6/site-packages/torch/include/torch/csrc/utils
Edit: /usr/local/lib64/python3.6/site-packages/torch/include/torch/csrc/utils/pycfunction_helpers.h (209B)
#pragma once
#include
inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) {
// NOLINTNEXTLINE(modernize-redundant-void-arg)
return (PyCFunction)(void(*)(void))func;
}