pub unsafe extern "C" fn otMessageGetBufferInfo(
    aInstance: *mut otInstance,
    aBufferInfo: *mut otBufferInfo
)
Expand description

Get the Message Buffer information.

@param[in] aInstance A pointer to the OpenThread instance. @param[out] aBufferInfo A pointer where the message buffer information is written.