pub unsafe extern "C" fn String_AppendPaddedInt(
    str_: *mut cc_string,
    num: c_int,
    minDigits: c_int
)