pyo3::ffi

Function PyUnicode_AsUCS4

Source
pub unsafe extern "C" fn PyUnicode_AsUCS4(
    unicode: *mut PyObject,
    buffer: *mut u32,
    buflen: isize,
    copy_null: i32,
) -> *mut u32