[][src]Function openthread_sys::otPlatMessagePoolFree

pub unsafe extern "C" fn otPlatMessagePoolFree(
    aInstance: *mut otInstance,
    aBuffer: *mut otMessage
)

This function is used to free a Buffer back to the platform managed buffer pool.

@param[in] aInstance A pointer to the OpenThread instance. @param[in] aBuffer The Buffer to free.