Function PyUnicode_AsUCS4
pub unsafe extern "C" fn PyUnicode_AsUCS4(
unicode: *mut PyObject,
buffer: *mut u32,
buflen: isize,
copy_null: i32,
) -> *mut u32
Available on crate features
dep_pyo3
and std
only.