Function pyo3::ffi::PyUnicode_Fill

source ·
pub unsafe extern "C" fn PyUnicode_Fill(
    unicode: *mut PyObject,
    start: isize,
    length: isize,
    fill_char: u32
) -> isize
Available on non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here