pub unsafe extern "C" fn evutil_snprintf(
    buf: *mut c_char,
    buflen: size_t,
    format: *const c_char,
     ...
) -> c_int