Function signatures for the validation interface.
Declared in <kernel/bitcoinkernel.h>
typedef void(* btck_ValidationInterfaceBlockChecked)(void*, btck_Block*, btck_BlockValidationState const*);
Callback after a block has been checked against consensus rules.