Function windows::Win32::Security::Authentication::Identity::LsaEnumerateAccountRights
pub unsafe fn LsaEnumerateAccountRights<P0, P1>(
policyhandle: P0,
accountsid: P1,
userrights: *mut *mut LSA_UNICODE_STRING,
countofrights: *mut u32,
) -> NTSTATUSwhere
P0: Param<LSA_HANDLE>,
P1: Param<PSID>,