windows::Win32::System::SystemInformation

Function SetComputerNameExW

pub unsafe fn SetComputerNameExW<P1>(
    nametype: COMPUTER_NAME_FORMAT,
    lpbuffer: P1,
) -> Result<()>
where P1: Param<PCWSTR>,