glMultiDrawElementsEXT - how to use it ?

what are the parameters of this function ?
if i use it like this :

glMultiDrawElementsEXT
(
GL_TRIANGLE_STRIP,
count[],
GL_UNSIGNED_INT,
array[][]
count.length
)

array[][] is an array of int[], containing index data
count[] is an array, containing the lengths of the index-arrays