Type Alias libaeron_sys::aeron_error_log_reader_func_t

source ·
pub type aeron_error_log_reader_func_t = Option<unsafe extern "C" fn(observation_count: i32, first_observation_timestamp: i64, last_observation_timestamp: i64, error: *const c_char, error_length: usize, clientd: *mut c_void)>;

Aliased Type§

enum aeron_error_log_reader_func_t {
    // some variants omitted
}

Variants§