initialize

Function initialize 

Source
pub fn initialize(callbacks: &Callbacks) -> Result<Handle>
Expand description

Initialize a connection to the votequorum library. You must call this before doing anything else and use the passed back Handle. Remember to free the handle using finalize when finished.