pub unsafe fn LookupAccountNameW<P0, P1>(
    lpsystemname: P0,
    lpaccountname: P1,
    sid: PSID,
    cbsid: *mut u32,
    referenceddomainname: PWSTR,
    cchreferenceddomainname: *mut u32,
    peuse: *mut SID_NAME_USE
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,