Function windows::Win32::System::SystemInformation::SetComputerNameEx2W

pub unsafe fn SetComputerNameEx2W<P0>(
    nametype: COMPUTER_NAME_FORMAT,
    flags: u32,
    lpbuffer: P0,
) -> BOOL
where P0: Param<PCWSTR>,