pub unsafe extern "C" fn ruby_vsnprintf(
str_: *mut c_char,
n: size_t,
fmt: *const c_char,
ap: *mut __va_list_tag
) -> c_int