Function windows::Win32::Security::Authentication::Identity::LsaLookupSids

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