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