pub unsafe fn AuditSetPerUserPolicy<P0>(
    psid: P0,
    pauditpolicy: &[AUDIT_POLICY_INFORMATION],
) -> BOOLEAN
where P0: Param<PSID>,