Function windows::Win32::Media::Multimedia::ICCompressorChoose

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: Param<HWND>, P1: Param<PCSTR>,