Function pyo3_ffi::PyUnicode_AppendAndDel

source ยท
pub unsafe extern "C" fn PyUnicode_AppendAndDel(
    pleft: *mut *mut PyObject,
    right: *mut PyObject
)