pub type readstat_read_handler = Option<unsafe extern "C" fn(buf: *mut c_void, nbyte: usize, io_ctx: *mut c_void) -> isize>;Aliased Type§
pub enum readstat_read_handler {
None,
Some(unsafe extern "C" fn(*mut c_void, usize, *mut c_void) -> isize),
}