blosc2_seek_cb

Type Alias blosc2_seek_cb 

Source
pub type blosc2_seek_cb = Option<unsafe extern "C" fn(stream: *mut c_void, offset: i64, whence: c_int) -> c_int>;

Aliased Type§

pub enum blosc2_seek_cb {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i64, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i64, i32) -> i32)

Some value of type T.