[][src]Function python27_sys::PyType_GenericNew

pub unsafe extern "C" fn PyType_GenericNew(
    t: *mut PyTypeObject,
    args: *mut PyObject,
    kwds: *mut PyObject
) -> *mut PyObject