windows::Win32::System::Registry

Function RegReplaceKeyA

pub unsafe fn RegReplaceKeyA<P1, P2, P3>(
    hkey: HKEY,
    lpsubkey: P1,
    lpnewfile: P2,
    lpoldfile: P3,
) -> WIN32_ERROR
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,