pyo3::ffi

Function PyUnicode_Translate

Source
pub unsafe extern "C" fn PyUnicode_Translate(
    str: *mut PyObject,
    table: *mut PyObject,
    errors: *const i8,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here