pub type ValkeyModuleTypeAuxLoadFunc = Option<unsafe extern "C" fn(rdb: *mut ValkeyModuleIO, encver: c_int, when: c_int) -> c_int>;Aliased Type§
enum ValkeyModuleTypeAuxLoadFunc {
None,
Some(unsafe extern "C" fn(_: *mut ValkeyModuleIO, _: i32, _: i32) -> i32),
}