pub unsafe fn NetAuditClear<P0, P1, P2>(
    server: P0,
    backupfile: P1,
    service: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,