internal CollectPadsEventFunctionInvoker(CollectPadsEventFunctionNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal CollectPadsEventFunctionInvoker(CollectPadsEventFunctionNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }