[][src]Function pyo3::ffi::PyUnicode_New

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