pub unsafe fn PyObject_DelAttrString(
o: *mut PyObject,
attr_name: *const c_char
) -> c_int