Function pyo3::ffi::PyUnicode_DecodeUTF8

source ยท
pub unsafe extern "C" fn PyUnicode_DecodeUTF8(
    string: *const i8,
    length: isize,
    errors: *const i8,
) -> *mut PyObject