pub unsafe extern "C" fn acc_rss_get_buffer_size(
config: *const acc_config_t,
buffer_size: *mut u32,
) -> boolExpand description
@brief Get the buffer size needed for the specified config
This buffer size can be used to allocate a memory buffer in the application, which is needed for several functions in the RSS library.
@param[in] config The config to get the buffer size for @param[out] buffer_size The buffer size @return True if successful, false otherwise