ORIGINAL
|
Validates callback signature compatibility. More...
#include <types.h>
Validates callback signature compatibility.
Callback | Callable type to check |
ReturnType | Expected return type |
Args | Expected argument types |
Ensures the callback can be invoked with specified arguments and returns the specified type.