Function pyo3::ffi::PyMapping_GetItemString

source ·
pub unsafe extern "C" fn PyMapping_GetItemString(
    o: *mut PyObject,
    key: *const i8
) -> *mut PyObject