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