pub fn initialize( model_data: &ModelData, context: u64, ) -> Result<(Handle, QuorumType)>
Initialize a connection to the quorum library. You must call this before doing anything else and use the passed back Handle. Remember to free the handle using finalize when finished.