disk_write
The disk_write writes sector(s) to the disk.
DRESULT disk_write (
BYTE drv, /* [IN] Physical drive number */
const BYTE* buff, /* [IN] Write data (may be non aligned) */
DWORD sector, /* [IN] Sector number to write */
UINT count /* [IN] Number of sectors to write */
);