Function pyo3::ffi::PyUnicode_AsDecodedUnicode

source ·
pub unsafe extern "C" fn PyUnicode_AsDecodedUnicode(
    unicode: *mut PyObject,
    encoding: *const i8,
    errors: *const i8
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here