pub type I_RpcProxyUpdatePerfCounterBackendServerFn = Option<unsafe extern "C" fn(MachineName: *mut c_ushort, IsConnectEvent: c_int)>;
Aliased Type§
enum I_RpcProxyUpdatePerfCounterBackendServerFn {
None,
Some(unsafe extern "C" fn(_: *mut u16, _: i32)),
}