pub unsafe fn RegConnectRegistryW<P0, P1>(
    lpmachinename: P0,
    hkey: P1,
    phkresult: *mut HKEY
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>, P1: IntoParam<HKEY>,