pub unsafe extern "C" fn PyUnicode_Find( str: *mut PyObject, substr: *mut PyObject, start: isize, end: isize, direction: i32, ) -> isize