pub type readstat_metadata_handler = Option<unsafe extern "C" fn(metadata: *mut readstat_metadata_t, ctx: *mut c_void) -> c_int>;Aliased Type§
pub enum readstat_metadata_handler {
None,
Some(unsafe extern "C" fn(*mut readstat_metadata_s, *mut c_void) -> i32),
}