pub unsafe fn SetTapParameterInteractionContext<P0>(
    interactioncontext: P0,
    parameter: TAP_PARAMETER,
    value: f32
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,