Function pyo3::ffi::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