pub unsafe extern "C" fn ly_set_new(set_p: *mut *mut ly_set) -> TypeExpand description
@brief Create and initiate new ::ly_set structure.
@param[out] set_p Pointer to store the created ::ly_set structure. @return LY_SUCCESS on success. @return LY_EINVAL in case of NULL @p set parameter. @return LY_EMEM in case of memory allocation failure.