pub unsafe fn FileSaveMarkNotExistW<P0, P1, P2>(
    lpfilelist: P0,
    lpdir: P1,
    lpbasename: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,