pub unsafe fn GetResultPropertyList<P0>(
    hrec: P0,
    ppropertycount: *mut u32,
    ppropertyguid: *mut GUID
) -> Result<()>
where P0: IntoParam<HRECOGNIZER>,