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