A
NULL is ok, both for passing and for returning.
Parameter points to an array of items.
O
Parameter for returning results. Default is transfer full.
S
The callback is valid until first called.
The callback is valid only during the call to the method.
T
Free data after the code is done.
Don't free data after the code is done.
