pub async fn create(path: impl AsRef<Path>) -> Result<File>
Create a file for writing, truncating if it exists.
Returns a tokio::fs::File which can be used with the UringFile trait or tokio’s async methods.
tokio::fs::File
UringFile