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