pub type otDiagOutputCallback = otPlatDiagOutputCallback;
Expand description
@addtogroup api-factory-diagnostics
@brief This module includes functions that control the Thread stack’s execution.
@{
Aliased Type§
enum otDiagOutputCallback {
None,
Some(unsafe extern "C" fn(*const i8, *mut __va_list_tag, *mut c_void)),
}