pub unsafe extern "system" fn LsaRemoveAccountRights(
    policyhandle: LSA_HANDLE,
    accountsid: PSID,
    allrights: BOOLEAN,
    userrights: *const LSA_UNICODE_STRING,
    countofrights: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"