pub unsafe fn FCIAddFile<P0, P1, P2>(
    hfci: *const c_void,
    pszsourcefile: P0,
    pszfilename: P1,
    fexecute: P2,
    pfnfcignc: PFNFCIGETNEXTCABINET,
    pfnfcis: PFNFCISTATUS,
    pfnfcigoi: PFNFCIGETOPENINFO,
    typecompress: u16
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<BOOL>,