devela::_dep::pyo3::ffi

Function PyObject_InitVar

pub unsafe extern "C" fn PyObject_InitVar(
    arg1: *mut PyVarObject,
    arg2: *mut PyTypeObject,
    arg3: isize,
) -> *mut PyVarObject
Available on crate features dep_pyo3 and std only.