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