Skip to main content

PyUnicode_AppendAndDel

Function PyUnicode_AppendAndDel 

pub unsafe extern "C" fn PyUnicode_AppendAndDel(
    pleft: *mut *mut PyObject,
    right: *mut PyObject,
)
Available on crate feature tls only.