pub type readstat_variable_ok_callback = Option<unsafe extern "C" fn(variable: *const readstat_variable_t) -> readstat_error_t>;Aliased Type§
pub enum readstat_variable_ok_callback {
None,
Some(unsafe extern "C" fn(*const readstat_variable_s) -> u32),
}