pub unsafe extern "C" fn PyUnicode_Fill(
    unicode: *mut PyObject,
    start: isize,
    length: isize,
    fill_char: u32
) -> isize
Available on non-PyPy only.