pub unsafe fn MFScheduleWorkItemEx<P0>(
    presult: P0,
    timeout: i64,
    pkey: Option<*mut u64>
) -> Result<()>
where P0: IntoParam<IMFAsyncResult>,