Function PyUnicode_DecodeUTF16
pub unsafe extern "C" fn PyUnicode_DecodeUTF16(
string: *const i8,
length: isize,
errors: *const i8,
byteorder: *mut i32,
) -> *mut PyObjectAvailable on crate feature
tls only.