pub unsafe fn MFCreateRelativePanelWatcher<P0, P1>(
    videodeviceid: P0,
    displaymonitordeviceid: P1
) -> Result<IMFRelativePanelWatcher>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,