pyo3::ffi

Function PyUnicodeDecodeError_Create

Source
pub unsafe extern "C" fn PyUnicodeDecodeError_Create(
    encoding: *const i8,
    object: *const i8,
    length: isize,
    start: isize,
    end: isize,
    reason: *const i8,
) -> *mut PyObject
Available on non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here