Skip to main content

PyUnicodeWriter_Create

Function PyUnicodeWriter_Create 

pub unsafe extern "C" fn PyUnicodeWriter_Create(
    length: isize,
) -> *mut PyUnicodeWriter
Available on crate feature tls and Py_3_14 only.