Function windows::Win32::Security::LookupAccountSidW
pub unsafe fn LookupAccountSidW<P0, P1>(
lpsystemname: P0,
sid: P1,
name: PWSTR,
cchname: *mut u32,
referenceddomainname: PWSTR,
cchreferenceddomainname: *mut u32,
peuse: *mut SID_NAME_USE,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PSID>,