Function python3_sys::PyUnicode_New

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