Asahi Lina <lina@xxxxxxxxxxxxx> writes: > Lets users do (unsafe) complex page read/write operations without having > to repeatedly call into read_raw()/write_raw() (which may be expensive > in some cases). > > The functions themselves are not unsafe, but they do take a closure that > receives a raw pointer, so actually making the access requires unsafe > code. > > Signed-off-by: Asahi Lina <lina@xxxxxxxxxxxxx> Reviewed-by: Fiona Behrens <me@xxxxxxxxxx>