pub unsafe fn MFPCreateMediaPlayer<P0, P1, P2, P3>(
    pwszurl: P0,
    fstartplayback: P1,
    creationoptions: MFP_CREATION_OPTIONS,
    pcallback: P2,
    hwnd: P3,
    ppmediaplayer: Option<*mut Option<IMFPMediaPlayer>>
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>, P2: IntoParam<IMFPMediaPlayerCallback>, P3: IntoParam<HWND>,