pub unsafe fn DsListServersInSiteW<P0, P1>(
    hds: P0,
    site: P1,
    ppservers: *mut *mut DS_NAME_RESULTW
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,