pub unsafe fn PyObject_DelAttrString(
    o: *mut PyObject,
    attr_name: *const c_char
) -> c_int
This is supported on non-PyPy only.