sdio_slave_recv_unregister_buf() function
Unregister buffer from driver, and free the space used by the descriptor pointing to the buffer.
Arguments
handle
Handle to the buffer to release.
Return value
ESP_OK if success, ESP_ERR_INVALID_ARG if the handle is NULL or the buffer is being used.