pub unsafe extern "C" fn cass_function_meta_name(
    function_meta: *const CassFunctionMeta,
    name: *mut *const c_char,
    name_length: *mut usize
)
Expand description

Gets the name of the function.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @param[out] name @param[out] name_length