readstat_seek_handler

Type Alias readstat_seek_handler 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.