Skip to main content

PyUnicodeWriter_WriteUTF8

Function PyUnicodeWriter_WriteUTF8 

pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
    writer: *mut PyUnicodeWriter,
    str: *const i8,
    size: isize,
) -> i32
Available on crate feature tls and Py_3_14 only.