pub unsafe extern "system" fn RegQueryValueExA(
    hkey: HKEY,
    lpvaluename: PCSTR,
    lpreserved: *const u32,
    lptype: *mut REG_VALUE_TYPE,
    lpdata: *mut u8,
    lpcbdata: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"