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