Type Alias ValkeyModuleTypeUnlinkFunc2

Source
pub type ValkeyModuleTypeUnlinkFunc2 = Option<unsafe extern "C" fn(ctx: *mut ValkeyModuleKeyOptCtx, value: *const c_void)>;

Aliased Type§

pub enum ValkeyModuleTypeUnlinkFunc2 {
    None,
    Some(unsafe extern "C" fn(*mut ValkeyModuleKeyOptCtx, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ValkeyModuleKeyOptCtx, *const c_void))

Some value of type T.