pub unsafe extern "C" fn otLinkRawIsEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether or not the raw link-layer is enabled.

@param[in] aInstance A pointer to an OpenThread instance.

@retval true The raw link-layer is enabled. @retval false The raw link-layer is disabled.