pub unsafe extern "system" fn MsiProvideComponentW(
    szproduct: PCWSTR,
    szfeature: PCWSTR,
    szcomponent: PCWSTR,
    dwinstallmode: u32,
    lppathbuf: PWSTR,
    pcchpathbuf: *mut u32,
) -> u32