Function PyStructSequence_New
pub unsafe extern "C" fn PyStructSequence_New(
_type: *mut PyTypeObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyStructSequence_New(
_type: *mut PyTypeObject,
) -> *mut PyObject
dep_pyo3
and std
only.