pub unsafe fn DnsHostnameToComputerNameW<P0>( hostname: P0, computername: Option<PWSTR>, nsize: *mut u32, ) -> Result<()>where P0: Param<PCWSTR>,