pub type otNcpHandlerSetLegacyUlaPrefix = Option<unsafe extern "C" fn(aUlaPrefix: *const u8)>;Expand description
Defines handler (function pointer) type for setting the legacy ULA prefix.
@param[in] aUlaPrefix A pointer to buffer containing the legacy ULA prefix.
Invoked to set the legacy ULA prefix.
Aliased Type§
enum otNcpHandlerSetLegacyUlaPrefix {
None,
Some(unsafe extern "C" fn(_: *const u8)),
}