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