pub unsafe fn RemovePointerInteractionContext<P0>(
    interactioncontext: P0,
    pointerid: u32
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,