pub unsafe extern "system" fn LsaAddAccountRights(
    policyhandle: *const c_void,
    accountsid: PSID,
    userrights: *const UNICODE_STRING,
    countofrights: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"