pub unsafe extern "C" fn otNat64GetCounters(
    aInstance: *mut otInstance,
    aCounters: *mut otNat64ProtocolCounters
)
Expand description

Gets NAT64 translator counters.

The counter is counted since the instance initialized.

Available when OPENTHREAD_CONFIG_NAT64_TRANSLATOR_ENABLE is enabled.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aCounters A pointer to an otNat64Counters where the counters of NAT64 translator will be placed.