Initialization
void ccss_init (ccss_function_t const *vtable); void ccss_shutdown (void);
void ccss_init (ccss_function_t const *vtable);
Initialize the CCSS library before making any calls to it.
vtable :
vtable
void ccss_shutdown (void);
Shut down the CCSS library.