Skip to main content

PyUnicodeWriter_WriteUTF8

Function PyUnicodeWriter_WriteUTF8 

Source
pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
    writer: *mut PyUnicodeWriter,
    str: *const c_char,
    size: Py_ssize_t,
) -> c_int
Available on non-Py_LIMITED_API and Py_3_14 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here