pub unsafe extern "system" fn MsiEnumComponentCostsW(
    hinstall: MSIHANDLE,
    szcomponent: PCWSTR,
    dwindex: u32,
    istate: INSTALLSTATE,
    szdrivebuf: PWSTR,
    pcchdrivebuf: *mut u32,
    picost: *mut i32,
    pitempcost: *mut i32,
) -> u32