pub unsafe fn GetInteractionConfigurationInteractionContext<P0>(
    interactioncontext: P0,
    configuration: &mut [INTERACTION_CONTEXT_CONFIGURATION]
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,