Function gnunet_sys::GNUNET_MQ_count_handlers[][src]

pub unsafe extern "C" fn GNUNET_MQ_count_handlers(
    handlers: *const GNUNET_MQ_MessageHandler
) -> c_uint

Count the handlers in a handler array.

@param handlers Array of handlers to be counted. @return The number of handlers in the array.