Function windows::Win32::System::Registry::RegQueryValueA

pub unsafe fn RegQueryValueA<P0, P1>(
    hkey: P0,
    lpsubkey: P1,
    lpdata: PSTR,
    lpcbdata: Option<*mut i32>,
) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCSTR>,