pub type otNetworkTimeSyncCallbackFn = Option<unsafe extern "C" fn(aCallbackContext: *mut c_void)>;
Expand description
Pointer is called when a network time sync or status change occurs.
Aliased Type§
enum otNetworkTimeSyncCallbackFn {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}