pub unsafe extern "system" fn LsaEnumerateAccountsWithUserRight(
policyhandle: LSA_HANDLE,
userright: *const UNICODE_STRING,
buffer: *mut *mut c_void,
countreturned: *mut u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"