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