PyUnicode_DecodeUTF7

Function PyUnicode_DecodeUTF7 

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