pub unsafe fn RegisterOutputCallbackInteractionContext2<P0>(
    interactioncontext: P0,
    outputcallback: INTERACTION_CONTEXT_OUTPUT_CALLBACK2,
    clientdata: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,