devela::_dep::pyo3::ffi

Function PyUnicode_WriteChar

pub unsafe extern "C" fn PyUnicode_WriteChar(
    unicode: *mut PyObject,
    index: isize,
    character: u32,
) -> i32 
Available on crate features dep_pyo3 and std only.