blob: 099ba0820a86e1c645630ada57f223251848ce1f [file] [log] [blame]
#pragma once
#include <Python.h>
inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) {
return (PyCFunction)(void(*)(void))func;
}