[][src]Function pyo3::ffi::PyUnicode_DecodeUTF32

pub unsafe extern "C" fn PyUnicode_DecodeUTF32(
    string: *const c_char,
    length: Py_ssize_t,
    errors: *const c_char,
    byteorder: *mut c_int
) -> *mut PyObject