pub fn create_partition<B: BlockIo>( block_io: B, partition_type: PartitionType, start_lba: u64, end_lba: u64, ) -> Result<(), GptError>
Find all free space regions on disk