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

Gets the class name for the server-side IAuthentication implementation.

@public @memberof CassAuthenticator

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