pub type CassAuthenticatorCleanupCallback = Option<unsafe extern "C" fn(auth: *mut CassAuthenticator, data: *mut c_void)>;
Expand description

A callback used to cleanup resources that were acquired during the process of the authentication exchange. This is called after the termination of the exchange regardless of the outcome.

@param[in] auth @param[in] data