pub unsafe extern "system" fn RegQueryValueA(
    hKey: *mut HKEY__,
    lpSubKey: *const i8,
    lpData: *mut i8,
    lpcbData: *mut i32
) -> i32