pub unsafe extern "system" fn RegOpenKeyTransactedA(
    hkey: HKEY,
    lpsubkey: PCSTR,
    uloptions: u32,
    samdesired: REG_SAM_FLAGS,
    phkresult: *mut HKEY,
    htransaction: HANDLE,
    pextendedparemeter: *const c_void
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"