pub unsafe extern "C" fn otInstanceFinalize(
aInstance: *mut otInstance,
)
Expand description
Disables the OpenThread library.
Call this function when OpenThread is no longer in use.
@param[in] aInstance A pointer to an OpenThread instance.
pub unsafe extern "C" fn otInstanceFinalize(
aInstance: *mut otInstance,
)
Disables the OpenThread library.
Call this function when OpenThread is no longer in use.
@param[in] aInstance A pointer to an OpenThread instance.