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