Initialize the libssh2 functions. This typically initialize the
crypto library. It uses a global state, and is not thread safe -- you
must make sure this function is not called concurrently.
RETURN VALUE
Returns 0 if succeeded, or a negative value for error.