pub type FirstCommitFromPeerCallback = Box<dyn Fn(&FirstCommitFromPeerPayload) -> bool + Sync + Send>;
The callback of the first commit from a peer.
pub struct FirstCommitFromPeerCallback(/* private fields */);