Function windows::Win32::System::Registry::RegConnectRegistryW

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