pub unsafe fn MsiEnumComponentCostsA<P0, P1>(
    hinstall: P0,
    szcomponent: P1,
    dwindex: u32,
    istate: INSTALLSTATE,
    szdrivebuf: PSTR,
    pcchdrivebuf: *mut u32,
    picost: *mut i32,
    pitempcost: *mut i32
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,