pub unsafe extern "C" fn String_Format3(
    str_: *mut cc_string,
    format: *const c_char,
    a1: *const c_void,
    a2: *const c_void,
    a3: *const c_void
)