Function windows::Win32::System::SystemInformation::SetComputerNameExA
pub unsafe fn SetComputerNameExA<P0>(
nametype: COMPUTER_NAME_FORMAT,
lpbuffer: P0,
) -> Result<()>where
P0: Param<PCSTR>,