pyo3::ffi

Function PyObject_DelAttrString

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