pub unsafe extern "C" fn cass_authenticator_address(
    auth: *const CassAuthenticator,
    address: *mut CassInet
)
Expand description

Gets the IP address of the host being authenticated.

@param[in] auth @param[out] address

@public @memberof CassAuthenticator