pub unsafe fn SetInertiaParameterInteractionContext<P0>(
    interactioncontext: P0,
    inertiaparameter: INERTIA_PARAMETER,
    value: f32
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,