pub unsafe extern "C" fn vips_vsnprintf(
    str_: *mut c_char,
    size: size_t,
    format: *const c_char,
    ap: va_list
) -> c_int