pub fn write_disk_signature<D: DiskDevice>( device: &mut D, sig: &[u8; 4], ) -> Result<()>
Write the 4 bytes of MBR disk signature.