pub unsafe fn HcsSetOperationContext<P0>(
    operation: P0,
    context: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<HCS_OPERATION>,