pub unsafe fn CoAllowSetForegroundWindow<P0>(
    punk: P0,
    lpvreserved: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<IUnknown>,