webview2_com_sys::Windows::Win32::UI::Shell

Function SHCopyKeyA

Source
pub unsafe fn SHCopyKeyA<'a>(
    hkeysrc: impl IntoParam<'a, HKEY>,
    pszsrcsubkey: impl IntoParam<'a, PSTR>,
    hkeydest: impl IntoParam<'a, HKEY>,
    freserved: u32,
) -> LSTATUS