[][src]Constant pyo3::ffi::_Py_TPFLAGS_HAVE_VECTORCALL

pub const _Py_TPFLAGS_HAVE_VECTORCALL: c_ulong = 1 << 11; // 2_048u64

Set if the type implements the vectorcall protocol (PEP 590)