devela::_dep::pyo3::ffi

Function PyUnicode_Fill

pub unsafe extern "C" fn PyUnicode_Fill(
    unicode: *mut PyObject,
    start: isize,
    length: isize,
    fill_char: u32,
) -> isize 
Available on crate features dep_pyo3 and std only.