pub unsafe fn DsListServersForDomainInSiteA<P0, P1, P2>(
    hds: P0,
    domain: P1,
    site: P2,
    ppservers: *mut *mut DS_NAME_RESULTA
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,