pub unsafe extern "C" fn _snprintf_c(
    _DstBuf: *mut c_char,
    _MaxCount: size_t,
    _Format: *const c_char,
     ...
) -> c_int