pub unsafe fn KsGetMediaType<P0>(
    position: i32,
    ammediatype: *mut AM_MEDIA_TYPE,
    filterhandle: P0,
    pinfactoryid: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,