Function windows_sys::Win32::Security::LookupAccountNameW

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