pub type readstat_note_handler = Option<unsafe extern "C" fn(note_index: c_int, note: *const c_char, ctx: *mut c_void) -> c_int>;Aliased Type§
pub enum readstat_note_handler {
None,
Some(unsafe extern "C" fn(i32, *const i8, *mut c_void) -> i32),
}