pub unsafe extern "C" fn String_InsertAt(
    str_: *mut cc_string,
    offset: c_int,
    c: c_char
)