pub type ValkeyModuleTypeUnlinkFunc2 = Option<unsafe extern "C" fn(ctx: *mut ValkeyModuleKeyOptCtx, value: *const c_void)>;Aliased Type§
enum ValkeyModuleTypeUnlinkFunc2 {
None,
Some(unsafe extern "C" fn(_: *mut ValkeyModuleKeyOptCtx, _: *const c_void)),
}