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