windows::Win32::System::Registry

Function RegCopyTreeA

pub unsafe fn RegCopyTreeA<P1>(
    hkeysrc: HKEY,
    lpsubkey: P1,
    hkeydest: HKEY,
) -> WIN32_ERROR
where P1: Param<PCSTR>,