pub unsafe extern "system" fn MsiGetFeatureInfoW(
    hproduct: MSIHANDLE,
    szfeature: PCWSTR,
    lpattributes: *mut u32,
    lptitlebuf: PWSTR,
    pcchtitlebuf: *mut u32,
    lphelpbuf: PWSTR,
    pcchhelpbuf: *mut u32,
) -> u32