Function python27_sys::PyString_AsDecodedObject[][src]

pub unsafe extern "C" fn PyString_AsDecodedObject(
    str: *mut PyObject,
    encoding: *const c_char,
    errors: *const c_char
) -> *mut PyObject