pub unsafe extern "C" fn PyUnicode_EncodeUTF16(
data: *const i32,
length: isize,
errors: *const i8,
byteorder: i32
) -> *mut PyObject