pub unsafe extern "C" fn rtapi_vsnprintf(
    buf: *mut c_char,
    size: c_ulong,
    fmt: *const c_char,
    ap: va_list
) -> c_int