pub type readstat_seek_handler = Option<unsafe extern "C" fn(offset: readstat_off_t, whence: readstat_io_flags_t, io_ctx: *mut c_void) -> readstat_off_t>;Aliased Type§
pub enum readstat_seek_handler {
None,
Some(unsafe extern "C" fn(i64, u32, *mut c_void) -> i64),
}