pub unsafe extern "system" fn MsiGetFeatureInfoA(
    hproduct: MSIHANDLE,
    szfeature: PCSTR,
    lpattributes: *mut u32,
    lptitlebuf: PSTR,
    pcchtitlebuf: *mut u32,
    lphelpbuf: PSTR,
    pcchhelpbuf: *mut u32,
) -> u32