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

Indicates whether or not the message is allowed to be looped back to host.

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

@retval TRUE If the message is allowed to be looped back to host. @retval FALSE If the message is not allowed to be looped back to host.