pub type RedisModuleConfigGetEnumFunc = Option<unsafe extern "C" fn(*const i8, *mut c_void) -> i32>;
pub enum RedisModuleConfigGetEnumFunc { None, Some(unsafe extern "C" fn(*const i8, *mut c_void) -> i32), }
No value.
Some value of type T.
T