pub unsafe fn FileSaveMarkNotExistA<P0, P1, P2>(
    lpfilelist: P0,
    lpdir: P1,
    lpbasename: P2
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,