Function windows::Win32::Storage::FileSystem::BuildIoRingReadFile

pub unsafe fn BuildIoRingReadFile<P0>(
    ioring: P0,
    fileref: IORING_HANDLE_REF,
    dataref: IORING_BUFFER_REF,
    numberofbytestoread: u32,
    fileoffset: u64,
    userdata: usize,
    sqeflags: IORING_SQE_FLAGS,
) -> Result<()>
where P0: Param<HIORING>,