I_RpcProxyIsValidMachineFn typedef

I_RpcProxyIsValidMachineFn = Pointer<NativeFunction<RPC_STATUS Function(RPC_WSTR Machine, RPC_WSTR DotMachine, UnsignedLong PortNumber)>>

Implementation

typedef I_RpcProxyIsValidMachineFn = ffi.Pointer<ffi.NativeFunction<RPC_STATUS Function(RPC_WSTR Machine, RPC_WSTR DotMachine, ffi.UnsignedLong PortNumber)>>;