Function signature for the global logging callback. All bitcoin kernel internal logs will pass through this callback.
Declared in <kernel/bitcoinkernel.h>
<kernel/bitcoinkernel.h>
typedef void(* btck_LogCallback)(void*, char const*, size_t);