Function windows::Win32::UI::Shell::SHCopyKeyA

pub unsafe fn SHCopyKeyA<P0, P1, P2>(
    hkeysrc: P0,
    pszsrcsubkey: P1,
    hkeydest: P2,
    freserved: u32
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCSTR>, P2: IntoParam<HKEY>,