I_RpcProxyGetConnectionTimeoutFn typedef

I_RpcProxyGetConnectionTimeoutFn = Pointer<NativeFunction<RPC_STATUS Function(Pointer<UnsignedLong> ConnectionTimeout)>>

Implementation

typedef I_RpcProxyGetConnectionTimeoutFn = ffi.Pointer<ffi.NativeFunction<RPC_STATUS Function(ffi.Pointer<ffi.UnsignedLong> ConnectionTimeout)>>;