[][src]Function openthread_sys::otMessageGetBufferInfo

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

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.