pub unsafe fn DhcpAuditLogSetParams<P0, P1>(
    serveripaddress: P0,
    flags: u32,
    auditlogdir: P1,
    diskcheckinterval: u32,
    maxlogfilessize: u32,
    minspaceondisk: u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,