ot::Mle::DiscoverScanner::Handler
Represents the handler function pointer called with any Discover Scan result or when the scan completes. The handler function format is `void (*oHandler)(ScanResult *aResult, void *aContext);`. End of scan is indicated by `aResult` pointer being set to `nullptr`.