windows::Win32::System::SystemInformation

Function DnsHostnameToComputerNameExW

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