75@brief Sets the working buffer for the OLV library.
76
77You must specify this option. <br />
78Specify a buffer of at least the size obtained with the <tt>@ref GetWorkSize</tt> function. <br />
79This buffer cannot be destroyed at the point the call to the <tt>@ref nn::olv::Initialize</tt> function finishes. See the description of the <tt>@ref nn::olv::Initialize</tt> function.
80
81@param[in] work The working buffer.
82@param[in] workSize The size of the working buffer.