pyo3::ffi

Function PyType_GenericNew

Source
pub unsafe extern "C" fn PyType_GenericNew(
    t: *mut PyTypeObject,
    args: *mut PyObject,
    kwds: *mut PyObject,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here