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