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