Type Alias PyCFunctionWithKeywords

Source
pub type PyCFunctionWithKeywords = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, kwds: *mut PyObject) -> *mut PyObject;
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here