Function dstr_insert_ch

Source
pub unsafe extern "C" fn dstr_insert_ch(
    dst: *mut dstr,
    idx: usize,
    ch: c_char,
)