pub unsafe extern "C" fn PyDict_GetItemWithError(
    mp: *mut PyObject,
    key: *mut PyObject
) -> *mut PyObject