pub unsafe extern "C" fn otMessageIsLinkSecurityEnabled(
    aMessage: *const otMessage
) -> bool
Expand description

Indicates whether or not link security is enabled for the message.

@param[in] aMessage A pointer to a message buffer.

@retval TRUE If link security is enabled. @retval FALSE If link security is not enabled.