pub unsafe fn SetPropertyInteractionContext<P0>(
    interactioncontext: P0,
    contextproperty: INTERACTION_CONTEXT_PROPERTY,
    value: u32
) -> Result<()>
where P0: IntoParam<HINTERACTIONCONTEXT>,