Function windows::Win32::System::Registry::RegConnectRegistryExA

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