Function pyo3_ffi::PyUnicode_Concat

source ·
pub unsafe extern "C" fn PyUnicode_Concat(
left: *mut PyObject,
right: *mut PyObject
) -> *mut PyObject