pub unsafe fn RoGetAgileReference<P0>(
    options: AgileReferenceOptions,
    riid: *const GUID,
    punk: P0
) -> Result<IAgileReference>
where P0: IntoParam<IUnknown>,