pub unsafe fn FDICopy<P0, P1>(
    hfdi: *const c_void,
    pszcabinet: P0,
    pszcabpath: P1,
    flags: i32,
    pfnfdin: PFNFDINOTIFY,
    pfnfdid: PFNFDIDECRYPT,
    pvuser: Option<*const c_void>
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,