pub type ValkeyModuleScriptingEngineGetFunctionMemoryOverheadFunc = Option<unsafe extern "C" fn(module_ctx: *mut ValkeyModuleCtx, compiled_function: *mut ValkeyModuleScriptingEngineCompiledFunctionV1) -> usize>;
Aliased Type§
enum ValkeyModuleScriptingEngineGetFunctionMemoryOverheadFunc {
None,
Some(unsafe extern "C" fn(*mut ValkeyModuleCtx, *mut ValkeyModuleScriptingEngineCompiledFunction) -> usize),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut ValkeyModuleCtx, *mut ValkeyModuleScriptingEngineCompiledFunction) -> usize)
Some value of type T
.