-- @/=[C]:-1
function Value2(...)
end
function M.Value2(string_prefix, int_v)
if string_prefix == nil then log("E", "", "Parameter 'string_prefix' of function 'Value2' cannot be nil, as the c type is 'const char *'") ; return end
if string_prefix == nil then log("E", "", "Parameter 'string_prefix' of function 'Value2' cannot be nil, as the c type is 'const char *'") ; return end
imgui.Value2(string_prefix, int_v)
end