Function pyo3_ffi::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