pub unsafe extern "C" fn gum_vsnprintf(
    str_: *mut gchar,
    size: gsize,
    format: *const gchar,
    args: *mut __va_list_tag
) -> gint