pub unsafe extern "C" fn PyUnicode_Fill( unicode: *mut PyObject, start: isize, length: isize, fill_char: u32, ) -> isize