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