A #GClosure.
A #GValue to store the return value. May be %NULL if the callback of closure doesn't return a value.
The length of the @param_values array.
An array of #GValues holding the arguments on which to invoke the callback of closure.
The invocation hint given as the last argument to g_closure_invoke().
Additional data specified when registering the marshaller, see g_closure_set_marshal() and g_closure_set_meta_marshal()
A #GClosureMarshal function for use with signals with a single raw pointer argument type.
If it is possible, it is better to use one of the more specific functions such as g_cclosure_marshal_VOID__OBJECT() or g_cclosure_marshal_VOID__OBJECT().