pub unsafe extern "C" fn PyStructSequence_InitType2(
    _type: *mut PyTypeObject,
    desc: *mut PyStructSequence_Desc
) -> c_int
This is supported on non-Py_LIMITED_API only.