Function windows::Win32::Storage::FileSystem::WofWimAddEntry

pub unsafe fn WofWimAddEntry<P0, P1>(
    volumename: P0,
    wimpath: P1,
    wimtype: u32,
    wimindex: u32,
) -> Result<i64>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,