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