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>, ) -> BOOLwhere P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,