pub unsafe fn DsGetDomainControllerInfoW<P1>( hds: HANDLE, domainname: P1, infolevel: u32, pcout: *mut u32, ppinfo: *mut *mut c_void, ) -> u32where P1: Param<PCWSTR>,