pyo3_ffi

Function PyUnicode_Append

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