I found this library from crates.io, but the API seems to be very C-alike. It heavily uses un-typed integer flags, exposes raw errno instead of std::io::Error, and many functions are built around pointers here and there. The example setup is also quite tedious and requires manual memory management.
Is there any plan to make the API of libublk more Rust idiomatic? Or it's intended to be a low-level port of C code base and expects some other high-level library building on top of this one?