Function windows::Win32::Security::Authentication::Identity::LsaLookupNames2

pub unsafe fn LsaLookupNames2<P0>(
    policyhandle: P0,
    flags: u32,
    count: u32,
    names: *const LSA_UNICODE_STRING,
    referenceddomains: *mut *mut LSA_REFERENCED_DOMAIN_LIST,
    sids: *mut *mut LSA_TRANSLATED_SID2,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,