Function windows::Win32::Storage::FileSystem::ReplaceFileFromAppW

pub unsafe fn ReplaceFileFromAppW<P0, P1, P2>(
    lpreplacedfilename: P0,
    lpreplacementfilename: P1,
    lpbackupfilename: P2,
    dwreplaceflags: u32,
    lpexclude: Option<*const c_void>,
    lpreserved: Option<*const c_void>,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,