pyo3_ffi

Function PyMapping_HasKey

source
pub unsafe extern "C" fn PyMapping_HasKey(
    o: *mut PyObject,
    key: *mut PyObject,
) -> c_int