pub unsafe fn PyObject_DelAttrString(
    o: *mut PyObject,
    attr_name: *const i8
) -> i32
Available on non-PyPy only.