Function pyo3::ffi::PyObject_DelAttr

source ·
pub unsafe fn PyObject_DelAttr(
    o: *mut PyObject,
    attr_name: *mut PyObject
) -> i32