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.