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