Function pyo3_ffi::PyMapping_GetItemString

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