pyo3_ffi

Function PyUnicode_AsUCS4

Source
pub unsafe extern "C" fn PyUnicode_AsUCS4(
    unicode: *mut PyObject,
    buffer: *mut Py_UCS4,
    buflen: Py_ssize_t,
    copy_null: c_int,
) -> *mut Py_UCS4