pub unsafe fn RegConnectRegistryExW<P0, P1>(
    lpmachinename: P0,
    hkey: P1,
    flags: u32,
    phkresult: *mut HKEY
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<HKEY>,