pub unsafe extern "system" fn LookupAccountNameW(
    lpsystemname: PCWSTR,
    lpaccountname: PCWSTR,
    sid: PSID,
    cbsid: *mut u32,
    referenceddomainname: PWSTR,
    cchreferenceddomainname: *mut u32,
    peuse: *mut SID_NAME_USE
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"