Function pyo3::ffi::PyUnicode_DecodeLatin1

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