Function python3_sys::PyUnicode_AsUCS4[][src]

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