pub unsafe extern "C" fn ppl_initialize() -> c_intExpand description
\brief Initializes the Parma Polyhedra Library. This function must be called before any other function.
The thread performing library initialization (typically, the main thread)
should not explicitly call ppl_thread_initialize().
\return
PPL_ERROR_INVALID_ARGUMENT if the library
was already initialized.