pub type CassAuthenticatorDataCleanupCallback = Option<unsafe extern "C" fn(data: *mut c_void)>;
Expand description
A callback used to cleanup resources.
@param[in] data
Aliased Type§
pub enum CassAuthenticatorDataCleanupCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}