[][src]Function python3_sys::PyUnicode_New

pub unsafe extern "C" fn PyUnicode_New(
    size: Py_ssize_t,
    maxchar: Py_UCS4
) -> *mut PyObject