blosc2_open_cb

Type Alias blosc2_open_cb 

Source
pub type blosc2_open_cb = Option<unsafe extern "C" fn(urlpath: *const c_char, mode: *const c_char, params: *mut c_void) -> *mut c_void>;

Aliased Type§

pub enum blosc2_open_cb {
    None,
    Some(unsafe extern "C" fn(*const i8, *const i8, *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *const i8, *mut c_void) -> *mut c_void)

Some value of type T.