conn
is the connection handle.
func_desc
is the function handle.
error
is set to MI_OK on success, even if mi_routine_exec() returns NULL. MI_OK indicates that the return value of the executed user-defined routine is NULL. If mi_routine_exec() fails, error is set to MI_ERROR.
argument_list
is a list of the function arguments.
Yes