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

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"