Function pyo3::ffi::PyObject_DelAttrString

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