pub unsafe extern "C" fn otPlatMessagePoolNew(
aInstance: *mut otInstance,
) -> *mut otMessageExpand description
Allocate a buffer from the platform managed buffer pool.
@param[in] aInstance A pointer to the OpenThread instance.
@returns A pointer to the Buffer or NULL if no Buffers are available.