Type Definition cassandra_cpp_sys::CassAuthenticatorCleanupCallback [] [src]

type CassAuthenticatorCleanupCallback = Option<unsafe extern "C" fn(_: *mut CassAuthenticator, _: *mut c_void)>;

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