Function windows::Win32::Security::Authentication::Identity::LsaLookupNames

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