Closed kennykerr closed 5 months ago
This is still broken. The VHF_CONFIG
struct has callback fields but the latest version has pointers to callbacks. A callback is already a function pointer so the way this is defined now has an extra pointer indirection.
In particular, the
PEVT_VHF_ASYNC_OPERATION
callback is defined asvoid PEVT_VHF_ASYNC_OPERATION()
in metadata but the signature is clearly something else: