imAttribTableCallback

Definition of the callback used in ForEach function.

extern (C) @safe nothrow
alias imAttribTableCallback = int function
(
void* user_data
,
int index
,
const(char)* name
,,
int count
,
const(void)* data
)

Meta