pub unsafe extern "C" fn otCliOutput(
aString: *const c_char,
aLength: u16,
)Expand description
Write string to the CLI console
@param[in] aString A pointer to the string, which may not be null-terminated. @param[in] aLength Number of bytes.