pub unsafe fn SetupRemoveFileLogEntryA<P1, P2>( fileloghandle: *const c_void, logsectionname: P1, targetfilename: P2, ) -> Result<()>where P1: Param<PCSTR>, P2: Param<PCSTR>,