pyo3_ffi

Function PyObject_DelAttr

Source
pub unsafe fn PyObject_DelAttr(
    o: *mut PyObject,
    attr_name: *mut PyObject,
) -> c_int