pub unsafe extern "C" fn cass_authenticator_hostname(
    auth: *const CassAuthenticator,
    length: *mut usize
) -> *const c_char
Expand description

Gets the hostname of the host being authenticated.

@public @memberof CassAuthenticator

@param[in] auth @param[out] length @return A null-terminated string.