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