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