pub unsafe extern "C" fn PyDict_GetItemString(
    dp: *mut PyObject,
    key: *const c_char
) -> *mut PyObject