Function windows_sys::Win32::Security::Authentication::Identity::LsaRemoveAccountRights
pub unsafe extern "system" fn LsaRemoveAccountRights(
policyhandle: LSA_HANDLE,
accountsid: PSID,
allrights: BOOLEAN,
userrights: *const UNICODE_STRING,
countofrights: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"