Skip to main content

PyUnicode_AsDecodedUnicode

Function PyUnicode_AsDecodedUnicode 

pub unsafe extern "C" fn PyUnicode_AsDecodedUnicode(
    unicode: *mut PyObject,
    encoding: *const i8,
    errors: *const i8,
) -> *mut PyObject
Available on crate feature tls only.