pub unsafe extern "C" fn PyUnicode_FromKindAndData( kind: i32, buffer: *const c_void, size: isize, ) -> *mut PyObject