windows::Win32::Security::Authentication::Identity

Function LsaRemoveAccountRights

pub unsafe fn LsaRemoveAccountRights(
    policyhandle: LSA_HANDLE,
    accountsid: PSID,
    allrights: bool,
    userrights: Option<&[LSA_UNICODE_STRING]>,
) -> NTSTATUS