Function windows::Win32::System::SystemInformation::SetComputerNameExW

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