Type Alias pyo3::ffi::PyCFunctionWithKeywords

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