Skip to main content

PyUnicode_New

Function PyUnicode_New 

pub unsafe extern "C" fn PyUnicode_New(
    size: isize,
    maxchar: u32,
) -> *mut PyObject
Available on crate feature tls only.