pub unsafe extern "system" fn MsiGetProductInfoExW(
    szproductcode: PCWSTR,
    szusersid: PCWSTR,
    dwcontext: MSIINSTALLCONTEXT,
    szproperty: PCWSTR,
    szvalue: PWSTR,
    pcchvalue: *mut u32,
) -> u32