devela::_dep::pyo3::ffi

Function PyUnicode_AppendAndDel

pub unsafe extern "C" fn PyUnicode_AppendAndDel(
    pleft: *mut *mut PyObject,
    right: *mut PyObject,
)
Available on crate features dep_pyo3 and std only.