pub unsafe extern "C" fn PyUnicode_Fill(
unicode: *mut PyObject,
start: isize,
length: isize,
fill_char: u32,
) -> isizeAvailable on neither
Py_LIMITED_API nor RustPython and non-PyPy only.