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