pub unsafe fn MFCreateSensorStream<P0, P1>(
    streamid: u32,
    pattributes: P0,
    pmediatypecollection: P1
) -> Result<IMFSensorStream>
where P0: IntoParam<IMFAttributes>, P1: IntoParam<IMFCollection>,