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