pub unsafe fn ICCompressorChoose<P0, P1>(
    hwnd: P0,
    uiflags: u32,
    pvin: Option<*const c_void>,
    lpdata: Option<*const c_void>,
    pc: *mut COMPVARS,
    lpsztitle: P1
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,