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