pub type blosc2_seek_cb = Option<unsafe extern "C" fn(stream: *mut c_void, offset: i64, whence: c_int) -> c_int>;
pub enum blosc2_seek_cb { None, Some(unsafe extern "C" fn(*mut c_void, i64, i32) -> i32), }
No value.
Some value of type T.
T