pyo3_ffi

Function PyType_HasFeature

Source
pub unsafe fn PyType_HasFeature(
    ty: *mut PyTypeObject,
    feature: c_ulong,
) -> c_int